Skip to content

Commit 90099e6

Browse files
committed
📝 update README.md
1 parent 53fe50c commit 90099e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Verified support projects:
1919
| -------------------------------------------------------- | ------ |
2020
| [chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web) ||
2121
| [chatbox](https://github.com/Bin-Huang/chatbox) ||
22+
| [langchain](https://python.langchain.com/en/latest/) ||
2223

2324
## Get Start
2425

@@ -56,11 +57,17 @@ API Key: This value can be found in the **Keys & Endpoint** section when examini
5657
### Use Docker
5758

5859
````shell
60+
# config by environment
5961
docker run -d -p 8080:8080 --name=azure-openai-proxy \
6062
--env AZURE_OPENAI_ENDPOINT=your_azure_endpoint \
6163
--env AZURE_OPENAI_API_VER=your_azure_api_ver \
6264
--env AZURE_OPENAI_MODEL_MAPPER=your_azure_deploy_mapper \
6365
stulzq/azure-openai-proxy:latest
66+
67+
# config by file
68+
docker run -d -p 8080:8080 --name=azure-openai-proxy \
69+
-v /path/to/config-file.yaml:/app/config/config.yaml \
70+
stulzq/azure-openai-proxy:latest
6471
````
6572

6673
Call API:

0 commit comments

Comments
 (0)