martynka commited on
Commit
c56bf6c
·
verified ·
1 Parent(s): 2571064

Update confg.yaml

Browse files
Files changed (1) hide show
  1. confg.yaml +18 -0
confg.yaml CHANGED
@@ -678,3 +678,21 @@ endpoints:
678
  - "user"
679
  - "frequency_penalty"
680
  - "presence_penalty"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
678
  - "user"
679
  - "frequency_penalty"
680
  - "presence_penalty"
681
+
682
+ speech:
683
+ speechTab:
684
+ speechToText:
685
+ engineSTT: "external"
686
+ textToSpeech:
687
+ engineTTS: "external"
688
+ stt:
689
+ openai:
690
+ url: "https://api.groq.com/openai/v1/audio/transcriptions"
691
+ apiKey: "${groq_key}"
692
+ model: "whisper-large-v3"
693
+ tts:
694
+ openai:
695
+ url: "https://api.groq.com/openai/v1/audio/speech"
696
+ apiKey: "${groq_key}"
697
+ model: "playai-tts"
698
+ voices: ["Celeste-PlayAI"]