We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee65c75 commit 9b0c0b3Copy full SHA for 9b0c0b3
src/voice_fn/processors/groq.clj
@@ -16,8 +16,7 @@
16
(def groq-completions-url (str groq-api-url "/chat/completions"))
17
18
(defn stream-groq-chat-completion
19
- [{:keys [api-key messages tools model]
20
- :or {model "gpt-4o-mini"}}]
+ [{:keys [api-key messages tools model]}]
21
(:body (request/sse-request {:request {:url groq-completions-url
22
:headers {"Authorization" (str "Bearer " api-key)
23
"Content-Type" "application/json"}
0 commit comments