Model Providers
Groq
If you use Groq models within your application, you can trace, monitor, and analyze them with Judgment using GroqInstrumentor.
OpenTelemetry
from judgeval import Judgeval
# Make sure you installed the dependency: opentelemetry-instrumentation-groq
from opentelemetry.instrumentation.groq import GroqInstrumentor
client = Judgeval(project_name="groq_project")
tracer = client.tracer.create()
GroqInstrumentor().instrument()Last updated on