Skip to content

Commit

Permalink
Merge pull request #467 from alexrudall/groq-model
Browse files Browse the repository at this point in the history
Fix Groq model in README
  • Loading branch information
alexrudall authored Apr 28, 2024
2 parents dd7db8b + ae1df42 commit 89b72ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ client.chat(

client.chat(
parameters: {
model: "llama3", # Required.
model: "llama3-8b-8192", # Required.
messages: [{ role: "user", content: "Hello!"}], # Required.
temperature: 0.7,
stream: proc do |chunk, _bytesize|
Expand Down

0 comments on commit 89b72ba

Please sign in to comment.