forked from phoenix/litellm-mirror
Merge pull request #3205 from bllchmbrs/patch-1
Update langsmith_integration.md
This commit is contained in:
commit
aa73c115f6
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ os.environ["LANGSMITH_API_KEY"] = ""
|
||||||
os.environ['OPENAI_API_KEY']=""
|
os.environ['OPENAI_API_KEY']=""
|
||||||
|
|
||||||
# set langfuse as a callback, litellm will send the data to langfuse
|
# set langfuse as a callback, litellm will send the data to langfuse
|
||||||
litellm.success_callback = ["langfuse"]
|
litellm.success_callback = ["langsmith"]
|
||||||
|
|
||||||
response = litellm.completion(
|
response = litellm.completion(
|
||||||
model="gpt-3.5-turbo",
|
model="gpt-3.5-turbo",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue