Skip to content

Commit

Permalink
Feat/UI finalize (#211)
Browse files Browse the repository at this point in the history
* fix: finalize ui

* feat: set default voice type to male; update playground image
  • Loading branch information
plutoless authored Aug 14, 2024
1 parent 7b39348 commit 2385dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
env_file:
- .env
astra_playground:
image: ghcr.io/rte-design/astra_playground:v0.2.0-35-g0ecbc41
image: ghcr.io/rte-design/astra_playground:v0.3.0-rc1-1-g7b39348
container_name: astra_playground
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion playground/src/store/reducers/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const getInitialState = (): InitialState => {
roomConnected: false,
agentConnected: false,
language: "en-US",
voiceType: "female",
voiceType: "male",
chatItems: [],
graphName: "va.openai.azure"
}
Expand Down

0 comments on commit 2385dfe

Please sign in to comment.