diff --git a/README.md b/README.md index c0b94f8..5c6048e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Convert different model APIs into the OpenAI API format out of the box. 或者使用 Docker Pull,下载指定版本的镜像文件: ```bash -docker pull soulteary/amazing-openai-api:v0.5.0 +docker pull soulteary/amazing-openai-api:v0.6.1 ``` ## 快速上手 @@ -38,7 +38,7 @@ AZURE_ENDPOINT=https://你的部署名称.openai.azure.com/ ./aoa 如果你更喜欢 Docker,可以用下面的命令: ```bash -docker run --rm -it -e AZURE_ENDPOINT=https://suyang231210.openai.azure.com/ -p 8080:8080 soulteary/amazing-openai-api:v0.5.0 +docker run --rm -it -e AZURE_ENDPOINT=https://suyang231210.openai.azure.com/ -p 8080:8080 soulteary/amazing-openai-api:v0.6.1 ``` 当服务启动之后,我们就可以通过访问 `http://localhost:8080/v1` 来访问和 OpenAI 一样的 API 服务啦。 diff --git a/example/docker-compose.azure.yml b/example/docker-compose.azure.yml index 89e5b0f..a07c0c9 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.5.0 + image: soulteary/amazing-openai-api:v0.6.1 restart: always ports: - 8080:8080 diff --git a/example/docker-compose.gemini.yml b/example/docker-compose.gemini.yml index a1bc304..c0bbcfd 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.5.0 + image: soulteary/amazing-openai-api:v0.6.1 restart: always ports: - 8080:8080 diff --git a/example/docker-compose.yi.yml b/example/docker-compose.yi.yml index 8aa1d78..dd79e6f 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.5.0 + image: soulteary/amazing-openai-api:v0.6.1 restart: always ports: - 8080:8080