mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 14:38:08 +01:00
fixes to issues 1 2 and 3. Plus tuning
This commit is contained in:
@@ -5,6 +5,11 @@ RAPIDAPI_HOST=sky-scrapper.p.rapidapi.com
|
||||
|
||||
STRIPE_API_KEY=sk_test_51J...
|
||||
|
||||
LLM_PROVIDER=openai # default
|
||||
# or
|
||||
# LLM_PROVIDER=ollama
|
||||
# OLLAMA_MODEL_NAME=qwen2.5:14b
|
||||
|
||||
# uncomment and unset these environment variables to connect to the local dev server
|
||||
# TEMPORAL_ADDRESS=namespace.acct.tmprl.cloud:7233
|
||||
# TEMPORAL_NAMESPACE=default
|
||||
@@ -15,4 +20,4 @@ STRIPE_API_KEY=sk_test_51J...
|
||||
# TEMPORAL_TLS_KEY='path/to/key.pem'
|
||||
|
||||
# Uncomment if using API key (not needed for local dev server)
|
||||
# TEMPORAL_API_KEY=abcdef1234567890
|
||||
# TEMPORAL_API_KEY=abcdef1234567890
|
||||
|
||||
Reference in New Issue
Block a user