File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -23,29 +23,33 @@ free [Groq](https://console.groq.com/keys) and [ElevenLabs](https://elevenlabs.i
2323addr = "0.0.0.0:8080"
2424hello_wav = "hello.wav"
2525
26- [tts]
27- platform = "Elevenlabs"
28- token = "sk_1234"
29- voice = "YOUR-VOICE-ID"
30-
3126[asr]
27+ platform = "openai"
3228url = "https://api.groq.com/openai/v1/audio/transcriptions"
33- api_key = "gsk_1234 "
29+ api_key = "gsk_XYZ "
3430model = "whisper-large-v3"
3531lang = "en"
3632prompt = "Hello\n你好\n(noise)\n(bgm)\n(silence)\n"
3733vad_url = "http://localhost:8000/v1/audio/vad"
3834
3935[llm]
40- llm_chat_url = "https://api.groq.com/openai/v1/chat/completions"
41- api_key = "gsk_1234"
36+ platform = "openai_chat"
37+ url = "https://api.groq.com/openai/v1/chat/completions"
38+ api_key = "gsk_XYZ"
4239model = "openai/gpt-oss-20b"
43- history = 15
40+ history = 20
41+
42+ [tts]
43+ platform = "elevenlabs"
44+ url = "wss://api.elevenlabs.io/v1/text-to-speech/"
45+ token = "sk_xyz"
46+ voice = "VOICE-ID-ABCD"
4447
4548[[llm.sys_prompts]]
4649role = "system"
4750content = """
48- You are a helpful assistant. Answer truthfully and concisely. Always answer in English.
51+ You are a comedian. Engage in lighthearted and humorous conversation with the user. Tell jokes when appropriate.
52+
4953"""
5054```
5155
You can’t perform that action at this time.
0 commit comments