Update langsmith_integration.md

This commit is contained in:
Bill Chambers 2024-04-21 18:54:18 -07:00 committed by GitHub
parent 1fea2b0397
commit f15988d416
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",