Skip to content

Commit

Permalink
Changing agents server to latest (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfyifanchen authored Jul 10, 2024
1 parent 3ad3e20 commit 7fe6dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ docker run --restart=always -itd -p 8080:8080 \
-e AZURE_TTS_KEY=<your_azure_tts_key> \
-e AZURE_TTS_REGION=<your_azure_tts_region> \
--name astra_agents_server \
agoraio/astra_agents_server:0.1.2
agoraio/astra_agents_server:latest
```

这条命令将启动一个运行在 8080 端口的代理服务器。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docker run --restart=always -itd -p 8080:8080 \
-e AZURE_TTS_KEY=<your_azure_tts_key> \
-e AZURE_TTS_REGION=<your_azure_tts_region> \
--name astra_agents_server \
agoraio/astra_agents_server:0.1.2
agoraio/astra_agents_server:latest
```

#### Mac with Apple Silicon
Expand Down

0 comments on commit 7fe6dfa

Please sign in to comment.