mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 07:14:21 +01:00
feat: update doc
This commit is contained in:
15
README.md
15
README.md
@@ -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 |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user