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
Within Groq library, they have a function called "chat_completion.choices[0].message.content" this shows the chat details about prompt, responses, etc, including the token usage.
Similarly in Langchain, we can track the usage through library function "get_openai_callback()" . So how do we track the token usage over groq if implementing with crewai
The text was updated successfully, but these errors were encountered:
Within Groq library, they have a function called "chat_completion.choices[0].message.content" this shows the chat details about prompt, responses, etc, including the token usage.
Similarly in Langchain, we can track the usage through library function "get_openai_callback()" . So how do we track the token usage over groq if implementing with crewai
The text was updated successfully, but these errors were encountered: