Skip to content

Commit 9b0c0b3

Browse files
committed
Small fix
1 parent ee65c75 commit 9b0c0b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/voice_fn/processors/groq.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
(def groq-completions-url (str groq-api-url "/chat/completions"))
1717

1818
(defn stream-groq-chat-completion
19-
[{:keys [api-key messages tools model]
20-
:or {model "gpt-4o-mini"}}]
19+
[{:keys [api-key messages tools model]}]
2120
(:body (request/sse-request {:request {:url groq-completions-url
2221
:headers {"Authorization" (str "Bearer " api-key)
2322
"Content-Type" "application/json"}

0 commit comments

Comments
 (0)