Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ovistoica committed Feb 23, 2025
1 parent f6cc905 commit ffdd42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This project's status is **_experimental_**. Expect breaking changes.

[![Watch the video](https://img.youtube.com/vi/HwoGMhIx5w0/0.jpg)](https://youtu.be/HwoGMhIx5w0?t=345)

## Core Features

- **Flow-Based Architecture:** Built on `core.async.flow` for robust concurrent processing
Expand Down
2 changes: 1 addition & 1 deletion src/voice_fn/processors/groq.clj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
(flow/process
{:describe (fn [] {:ins {:in "Channel for incoming context aggregations"}
:outs {:out "Channel where streaming responses will go"}
:params {:llm/model "Openai model used"
:params {:llm/model "Groq model used"
:groq/api-key "Groq Api key"
:llm/temperature "Optional temperature parameter for the llm inference"
:llm/max-tokens "Optional max tokens to generate"
Expand Down

0 comments on commit ffdd42f

Please sign in to comment.