forked from phoenix/litellm-mirror
Fix 2
This commit is contained in:
parent
cb52c59481
commit
a3d9e34b26
6 changed files with 29 additions and 13 deletions
|
@ -304,6 +304,7 @@ LiteLLM exposes pre defined callbacks to send data to Lunary, Langfuse, Helicone
|
|||
from litellm import completion
|
||||
|
||||
## set env variables for logging tools
|
||||
os.environ["HELICONE_API_KEY"] = "your-helicone-key"
|
||||
os.environ["LANGFUSE_PUBLIC_KEY"] = ""
|
||||
os.environ["LANGFUSE_SECRET_KEY"] = ""
|
||||
os.environ["LUNARY_PUBLIC_KEY"] = "your-lunary-public-key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue