Skip to content

Commit a3f0c48

Browse files
committed
docs: update docs version
1 parent 673ed9b commit a3f0c48

5 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ AZURE_MODEL_ALIAS
175175
# (可选) Azure 网络代理
176176
AZURE_HTTP_PROXY
177177
AZURE_SOCKS_PROXY
178+
# (可选) 忽略 Azure API Version 检查,默认 false,始终检查
179+
AZURE_IGNORE_API_VERSION_CHECK
178180
```
179181

180182
## YI (零一万物)

example/docker-compose.azure-gpt4v.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
amazing-openai-api:
5-
image: soulteary/amazing-openai-api:v0.7.0
5+
image: soulteary/amazing-openai-api:v0.8.0
66
restart: always
77
ports:
88
- 8080:8080

example/docker-compose.azure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
amazing-openai-api:
5-
image: soulteary/amazing-openai-api:v0.7.0
5+
image: soulteary/amazing-openai-api:v0.8.0
66
restart: always
77
ports:
88
- 8080:8080

example/docker-compose.gemini.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
amazing-openai-api:
5-
image: soulteary/amazing-openai-api:v0.7.0
5+
image: soulteary/amazing-openai-api:v0.8.0
66
restart: always
77
ports:
88
- 8080:8080

example/docker-compose.yi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
amazing-openai-api:
5-
image: soulteary/amazing-openai-api:v0.7.0
5+
image: soulteary/amazing-openai-api:v0.8.0
66
restart: always
77
ports:
88
- 8080:8080

0 commit comments

Comments
 (0)