Skip to content

Commit d6f1f90

Browse files
committed
Fix typo
1 parent 72d9d09 commit d6f1f90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Deployment/Building a REST API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ mlflow
3636
fastapi[standard]
3737
uvicorn
3838
synalinks
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.
4648
import argparse
4749
import logging
4850
import os
49-
50-
import mlflow
5151
import uvicorn
5252
from dotenv import load_dotenv
5353
from fastapi import FastAPI

docs/Deployment/Enabling LM Tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tracer_provider = register(
2525
LiteLLMInstrumentor().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

3030
To launch Arize Phoenix server, first pull the docker image with the following command.
3131

0 commit comments

Comments
 (0)