File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 服务啦。
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
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
You can’t perform that action at this time.
0 commit comments