mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-01 21:00:43 +00:00
add podcast support
This commit is contained in:
parent
39fe547e61
commit
01f8eab10e
19 changed files with 1386 additions and 247 deletions
13
.env.example
13
.env.example
|
|
@ -14,9 +14,15 @@ OPENAI_API_KEY=
|
|||
# EXAMPLE - anthropic/claude-3-5-sonnet-20240620
|
||||
ANTHROPIC_API_KEY=
|
||||
|
||||
|
||||
# GEMINI
|
||||
# USE MODEL NAMES AS "gemini/<modelname>"
|
||||
# EXAMPLE - gemini/gemini-1.5-pro-002
|
||||
GEMINI_API_KEY=
|
||||
|
||||
# VERTEXAI
|
||||
# USE MODEL NAMES AS "vertexai/<modelname>"
|
||||
# EXAMPLE - vertexai/gemini-1.5-pro-001
|
||||
# EXAMPLE - vertexai/gemini-1.5-pro-002
|
||||
VERTEX_PROJECT=my-google-cloud-project-name
|
||||
GOOGLE_APPLICATION_CREDENTIALS=./google-credentials.json
|
||||
|
||||
|
|
@ -31,6 +37,11 @@ OLLAMA_API_BASE="http://10.20.30.20:11434"
|
|||
OPENROUTER_BASE_URL="https://openrouter.ai/api/v1"
|
||||
OPENROUTER_API_KEY=
|
||||
|
||||
# ELEVENLABS
|
||||
# Used only by the podcast feature
|
||||
ELEVENLABS_API_KEY=
|
||||
|
||||
|
||||
# USE THIS IF YOU WANT TO DEBUG THE APP ON LANGSMITH
|
||||
# LANGCHAIN_TRACING_V2=true
|
||||
# LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue