mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
update docs
This commit is contained in:
parent
27087e5662
commit
315fbcd09f
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ import litellm
|
|||
import os
|
||||
|
||||
os.environ["LANGSMITH_API_KEY"] = ""
|
||||
os.environ["LANGSMITH_PROJECT"] = "" # defaults to litellm-completion
|
||||
os.environ["LANGSMITH_DEFAULT_RUN_NAME"] = "" # defaults to LLMRun
|
||||
# LLM API Keys
|
||||
os.environ['OPENAI_API_KEY']=""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue