forked from phoenix/litellm-mirror
docs(langfuse): fix missing litellm import
This commit is contained in:
parent
1220eb3c7a
commit
31fb2d0219
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ Pass `trace_user_id`, `session_id` in model_kwargs
|
||||||
import os
|
import os
|
||||||
from langchain.chat_models import ChatLiteLLM
|
from langchain.chat_models import ChatLiteLLM
|
||||||
from langchain.schema import HumanMessage
|
from langchain.schema import HumanMessage
|
||||||
|
import litellm
|
||||||
|
|
||||||
# from https://cloud.langfuse.com/
|
# from https://cloud.langfuse.com/
|
||||||
os.environ["LANGFUSE_PUBLIC_KEY"] = ""
|
os.environ["LANGFUSE_PUBLIC_KEY"] = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue