mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
deepseek api support, dotenv dev fix, other improvements
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
OPENAI_API_KEY=sk-proj-...
|
||||
|
||||
RAPIDAPI_KEY=9df2cb5...
|
||||
RAPIDAPI_HOST=sky-scrapper.p.rapidapi.com
|
||||
|
||||
STRIPE_API_KEY=sk_test_51J...
|
||||
|
||||
LLM_PROVIDER=openai # default
|
||||
OPENAI_API_KEY=sk-proj-...
|
||||
# or
|
||||
# LLM_PROVIDER=ollama
|
||||
# OLLAMA_MODEL_NAME=qwen2.5:14b
|
||||
@@ -15,6 +14,10 @@ LLM_PROVIDER=openai # default
|
||||
# or
|
||||
# LLM_PROVIDER=anthropic
|
||||
# ANTHROPIC_API_KEY=your-anthropic-api-key
|
||||
# or
|
||||
# LLM_PROVIDER=deepseek
|
||||
# DEEPSEEK_API_KEY=your-deepseek-api-key
|
||||
|
||||
|
||||
# uncomment and unset these environment variables to connect to the local dev server
|
||||
# TEMPORAL_ADDRESS=namespace.acct.tmprl.cloud:7233
|
||||
|
||||
Reference in New Issue
Block a user