diff --git a/README.md b/README.md index 688e311..8f0fe30 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ AZURE_MODEL_ALIAS # (可选) Azure 网络代理 AZURE_HTTP_PROXY AZURE_SOCKS_PROXY +# (可选) 忽略 Azure API Version 检查,默认 false,始终检查 +AZURE_IGNORE_API_VERSION_CHECK ``` ## YI (零一万物) diff --git a/example/docker-compose.azure-gpt4v.yml b/example/docker-compose.azure-gpt4v.yml index 5d9771d..b8af804 100644 --- a/example/docker-compose.azure-gpt4v.yml +++ b/example/docker-compose.azure-gpt4v.yml @@ -2,7 +2,7 @@ version: "3" services: amazing-openai-api: - image: soulteary/amazing-openai-api:v0.7.0 + image: soulteary/amazing-openai-api:v0.8.0 restart: always ports: - 8080:8080 diff --git a/example/docker-compose.azure.yml b/example/docker-compose.azure.yml index 2adca26..85a9a41 100644 --- a/example/docker-compose.azure.yml +++ b/example/docker-compose.azure.yml @@ -2,7 +2,7 @@ version: "3" services: amazing-openai-api: - image: soulteary/amazing-openai-api:v0.7.0 + image: soulteary/amazing-openai-api:v0.8.0 restart: always ports: - 8080:8080 diff --git a/example/docker-compose.gemini.yml b/example/docker-compose.gemini.yml index c02d78a..79a8a17 100644 --- a/example/docker-compose.gemini.yml +++ b/example/docker-compose.gemini.yml @@ -2,7 +2,7 @@ version: "3" services: amazing-openai-api: - image: soulteary/amazing-openai-api:v0.7.0 + image: soulteary/amazing-openai-api:v0.8.0 restart: always ports: - 8080:8080 diff --git a/example/docker-compose.yi.yml b/example/docker-compose.yi.yml index e7e1163..a5697b4 100644 --- a/example/docker-compose.yi.yml +++ b/example/docker-compose.yi.yml @@ -2,7 +2,7 @@ version: "3" services: amazing-openai-api: - image: soulteary/amazing-openai-api:v0.7.0 + image: soulteary/amazing-openai-api:v0.8.0 restart: always ports: - 8080:8080