Skip to content

Commit ae1df42

Browse files
committed
Fix Groq model in README
1 parent dd7db8b commit ae1df42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ client.chat(
252252

253253
client.chat(
254254
parameters: {
255-
model: "llama3", # Required.
255+
model: "llama3-8b-8192", # Required.
256256
messages: [{ role: "user", content: "Hello!"}], # Required.
257257
temperature: 0.7,
258258
stream: proc do |chunk, _bytesize|

0 commit comments

Comments
 (0)