docs: add new models env variable examples
This commit is contained in:
parent
f4b9ccbb22
commit
f4d233925e
1 changed files with 9 additions and 1 deletions
10
.env.example
10
.env.example
|
|
@ -9,11 +9,13 @@ OPENAI_API_KEY=
|
||||||
|
|
||||||
# GEMINI
|
# GEMINI
|
||||||
# this is the best model for long context and podcast generation
|
# this is the best model for long context and podcast generation
|
||||||
# GOOGLE_API_KEY=
|
# GEMINI_API_KEY=
|
||||||
|
|
||||||
# VERTEXAI
|
# VERTEXAI
|
||||||
# VERTEX_PROJECT=my-google-cloud-project-name
|
# VERTEX_PROJECT=my-google-cloud-project-name
|
||||||
# GOOGLE_APPLICATION_CREDENTIALS=./google-credentials.json
|
# GOOGLE_APPLICATION_CREDENTIALS=./google-credentials.json
|
||||||
|
# VERTEX_LOCATION=us-east5
|
||||||
|
|
||||||
|
|
||||||
# OLLAMA
|
# OLLAMA
|
||||||
# OLLAMA_API_BASE="http://10.20.30.20:11434"
|
# OLLAMA_API_BASE="http://10.20.30.20:11434"
|
||||||
|
|
@ -33,6 +35,12 @@ OPENAI_API_KEY=
|
||||||
ELEVENLABS_API_KEY=
|
ELEVENLABS_API_KEY=
|
||||||
|
|
||||||
|
|
||||||
|
# AZURE OPENAI
|
||||||
|
# AZURE_OPENAI_API_KEY=
|
||||||
|
# AZURE_OPENAI_ENDPOINT=
|
||||||
|
# AZURE_OPENAI_API_VERSION="2024-12-01-preview"
|
||||||
|
# AZURE_OPENAI_DEPLOYMENT_NAME=
|
||||||
|
|
||||||
# USE THIS IF YOU WANT TO DEBUG THE APP ON LANGSMITH
|
# USE THIS IF YOU WANT TO DEBUG THE APP ON LANGSMITH
|
||||||
# LANGCHAIN_TRACING_V2=true
|
# LANGCHAIN_TRACING_V2=true
|
||||||
# LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
# LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue