We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc0d2a commit c3e6247Copy full SHA for c3e6247
core/src/voice_fn/processors/openai.clj
@@ -199,7 +199,7 @@
199
(flow/process
200
{:describe (fn [] {:ins {:in "Channel for incoming context aggregations"}
201
:outs {:out "Channel where streaming responses will go"}})
202
- :parmas {:llm/model "Openai model used"
+ :params {:llm/model "Openai model used"
203
:openai/api-key "OpenAI Api key"
204
:llm/temperature "Optional temperature parameter for the llm inference"
205
:llm/max-tokens "Optional max tokens to generate"
0 commit comments