You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en-US.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,10 @@ You must have an Azure OpenAI account to use the Azure OpenAI Proxy.
10
10
11
11
## Deploy to Azure
12
12
13
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fscalaone%2Fazure-openai-proxy%2Fdeploy%2Fazure-deploy.json)
13
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fscalaone%2Fazure-openai-proxy%2Fmain%2Fdeploy%2Fazure-deploy.json)
14
+
14
15
## Docker Deployment
16
+
15
17
`docker run -d -p 3000:3000 scalaone/azure-openai-proxy`
16
18
17
19
## Local Running and Testing, Command Line Method
@@ -20,7 +22,7 @@ You must have an Azure OpenAI account to use the Azure OpenAI Proxy.
20
22
2. Clone the code in the command line window.
21
23
3. Run `npm install` to install dependencies.
22
24
4. Run `npm start` to start the application.
23
-
5. Run the script below for testing, replacing `YOUR_RESOURCE_ID`, `YOUR_MODEL_DEPLOYMENT`, and `YOUR_API_KEY` before running it, `AZURE_API_VERSION` is optional and the default value is 2023-03-15-preview..
25
+
5. Run the script below for testing, replacing `YOUR_RESOURCE_ID`, `YOUR_MODEL_DEPLOYMENT`, and `YOUR_API_KEY` before running it, `AZURE_API_VERSION` is optional and the default value is `2023-03-15-preview`.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,10 @@
10
10
11
11
## Azure部署
12
12
13
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fscalaone%2Fazure-openai-proxy%2Fdeploy%2Fazure-deploy.json)
13
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fscalaone%2Fazure-openai-proxy%2Fmain%2Fdeploy%2Fazure-deploy.json)
14
+
14
15
## Docker Deployment
16
+
15
17
`docker run -d -p 3000:3000 scalaone/azure-openai-proxy`
0 commit comments