File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636fastapi[standard]
3737uvicorn
3838synalinks
39+ openinference-instrumentation-litellm
40+ arize-otel
3941```
4042
4143## Creating your endpoint using FastAPI and SynaLinks
@@ -46,8 +48,6 @@ Now you can create you endpoint using FastAPI.
4648import argparse
4749import logging
4850import os
49-
50- import mlflow
5151import uvicorn
5252from dotenv import load_dotenv
5353from fastapi import FastAPI
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ tracer_provider = register(
2525LiteLLMInstrumentor().instrument(tracer_provider = tracer_provider)
2626```
2727
28- You are done, MLflow is now configured.
28+ You are done, Arize Phoenix is now configured.
2929
3030To launch Arize Phoenix server, first pull the docker image with the following command.
3131
You can’t perform that action at this time.
0 commit comments