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
arizedatngo
changed the title
[ENHANCEMENT]LiteLLM assistance message when calling OpenAI
[ENHANCEMENT]LiteLLM instrumentor add assistance message when calling OpenAI
Nov 18, 2024
Initialize OpenAI auto-instrumentation
OpenAIInstrumentor().instrument()
session = px.launch_app()
configure the Phoenix tracer
tracer_provider = register(
project_name="my-llm-app",
endpoint="https://app.phoenix.arize.com/v1/traces",
)
from openinference.instrumentation.litellm import LiteLLMInstrumentor
LiteLLMInstrumentor().instrument(tracer_provider=tracer_provider)
The text was updated successfully, but these errors were encountered: