Skip to content

Commit c3e6247

Browse files
committed
Fix :params key on openai
1 parent 0dc0d2a commit c3e6247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/voice_fn/processors/openai.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
(flow/process
200200
{:describe (fn [] {:ins {:in "Channel for incoming context aggregations"}
201201
:outs {:out "Channel where streaming responses will go"}})
202-
:parmas {:llm/model "Openai model used"
202+
:params {:llm/model "Openai model used"
203203
:openai/api-key "OpenAI Api key"
204204
:llm/temperature "Optional temperature parameter for the llm inference"
205205
:llm/max-tokens "Optional max tokens to generate"

0 commit comments

Comments
 (0)