File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
5961docker 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
6673Call API:
You can’t perform that action at this time.
0 commit comments