Spaces:
Sleeping
Sleeping
Upload .env.template
Browse files
examples/cmd/agent_deploy/.env.template
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
LLM_PROVIDER_DEMO = openai
|
2 |
+
LLM_MODEL_NAME_DEMO = claude-3.7-sonnet
|
3 |
+
LLM_API_KEY_DEMO = xxx
|
4 |
+
LLM_BASE_URL_DEMO = xxx
|
5 |
+
LLM_TEMPERATURE_DEMO = 0.0
|
6 |
+
|
7 |
+
GOOGLE_API_KEY=xxx
|
8 |
+
GOOGLE_SEARCH_ENGINE_ID=xxx
|