Skip to content

Commit

Permalink
docs: update 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jan 9, 2024
1 parent 7343400 commit 9fafd39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

## 快速上手
Expand All @@ -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 服务啦。
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.gemini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fafd39

Please sign in to comment.