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
We currently trace OpenAI, Anthropic, and Gemini automatically using OpenTelemetry. This means that any function that is run in a configured environment will emit spans that trace the underlying API calls made.
We should add matching support for Groq. Since the groq SDK is extremely similar to that of openai, we should be able to implement support for groq nearly identically.
The text was updated successfully, but these errors were encountered:
Description
We currently trace OpenAI, Anthropic, and Gemini automatically using OpenTelemetry. This means that any function that is run in a configured environment will emit spans that trace the underlying API calls made.
We should add matching support for Groq. Since the
groq
SDK is extremely similar to that ofopenai
, we should be able to implement support forgroq
nearly identically.The text was updated successfully, but these errors were encountered: