You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't getting the FinishReason, so I looked into the response sent by Groq and found that the mapping is wrong. Instead of camel case, they are using snake case:
Hello and thanks for this project!
I wasn't getting the
FinishReason
, so I looked into the response sent by Groq and found that the mapping is wrong. Instead of camel case, they are using snake case:The lib expects the keys to be camel case:
I don't know if this was changed later by the Groq team?
The text was updated successfully, but these errors were encountered: