Skip to content

Commit 22ec727

Browse files
committed
docs: update 0.6.2
1 parent 3ab0166 commit 22ec727

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Convert different model APIs into the OpenAI API format out of the box.
2222
或者使用 Docker Pull,下载指定版本的镜像文件:
2323

2424
```bash
25-
docker pull soulteary/amazing-openai-api:v0.6.1
25+
docker pull soulteary/amazing-openai-api:v0.6.2
2626
```
2727

2828
## 快速上手
@@ -38,7 +38,7 @@ AZURE_ENDPOINT=https://你的部署名称.openai.azure.com/ ./aoa
3838
如果你更喜欢 Docker,可以用下面的命令:
3939

4040
```bash
41-
docker run --rm -it -e AZURE_ENDPOINT=https://suyang231210.openai.azure.com/ -p 8080:8080 soulteary/amazing-openai-api:v0.6.1
41+
docker run --rm -it -e AZURE_ENDPOINT=https://suyang231210.openai.azure.com/ -p 8080:8080 soulteary/amazing-openai-api:v0.6.2
4242
```
4343

4444
当服务启动之后,我们就可以通过访问 `http://localhost:8080/v1` 来访问和 OpenAI 一样的 API 服务啦。

example/docker-compose.azure.yml

Lines changed: 1 addition & 1 deletion
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.6.1
5+
image: soulteary/amazing-openai-api:v0.6.2
66
restart: always
77
ports:
88
- 8080:8080

example/docker-compose.gemini.yml

Lines changed: 1 addition & 1 deletion
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.6.1
5+
image: soulteary/amazing-openai-api:v0.6.2
66
restart: always
77
ports:
88
- 8080:8080

example/docker-compose.yi.yml

Lines changed: 1 addition & 1 deletion
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.6.1
5+
image: soulteary/amazing-openai-api:v0.6.2
66
restart: always
77
ports:
88
- 8080:8080

0 commit comments

Comments
 (0)