分类: ChatGPT标签: chatgpt, azure, aigc
更新中
更新中
内容更新中
ChatGPT API
内容逐步完善中
创建docker-compose.yaml
文件,输入以下内容:
version: "3.9"
services:
chatgpt-next-web:
image: yidadaa/chatgpt-next-web
container_name: chatgpt-next-web
ports:
- "3000:3000"
environment:
- CODE=*********
- AZURE_API_VERSION=2023-03-15-preview
- CUSTOM_MODELS=gpt-4-1106-preview
- AZURE_API_KEY=********
- AZURE_URL=https://xxxx.openai.azure.com/openai/deployments/xxxx
restart: unless-stopped