feat: update doc

This commit is contained in:
Zhiqiang Li
2023-03-24 16:32:08 +08:00
parent 0c5131d589
commit 099e8240f8

View File

@@ -25,21 +25,15 @@ API Key: This value can be found in the **Keys & Endpoint** section when examini
docker run -d --name=azure-openai-proxy stulzq/azure-openai-proxy
````
### Use ChatGPT-Web
ChatGPT Web: https://github.com/Chanzhaoyu/chatgpt-web
Envs:
- `OPENAI_API_KEY` Auzre OpenAI API Key
- `OPENAI_API_BASE_URL` Proxy addr
docker-compose.yml:
````yaml
@@ -79,15 +73,14 @@ networks:
driver: bridge
````
Run:
````shell
docker compose up -d
````
## Proxy Api
| Api | Status |
| -------------------- | ------ |
| /v1/chat/completions | Ok |