Skip to content

Commit

Permalink
fix: cleanup rendered webui config
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Aug 2, 2024
1 parent 7239f10 commit 7b11377
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions open-webui/config.json
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
{
"ollama": {
"base_urls": [
"http://ollama:11434"
]
},
"audio": {
"tts": {
"openai": {
"api_base_url": "http://tts:8000/v1",
"api_key": "sk-dummy-key"
},
"engine": "openai",
"model": "tts-1",
"voice": "alloy"
},
"stt": {
"engine": "",
"model": "whisper-1"
}
}
}
{}

0 comments on commit 7b11377

Please sign in to comment.