Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ class AgentState(TypedDict):
|
|
57 |
# ------------------------------
|
58 |
class ResearchConfig:
|
59 |
"""
|
60 |
-
Universal configuration for the research system
|
61 |
|
62 |
Make sure to set DEEPSEEK_API_KEY in your environment or HF Space secrets
|
63 |
to enable the external LLM calls.
|
|
|
57 |
# ------------------------------
|
58 |
class ResearchConfig:
|
59 |
"""
|
60 |
+
Universal configuration for the research system.
|
61 |
|
62 |
Make sure to set DEEPSEEK_API_KEY in your environment or HF Space secrets
|
63 |
to enable the external LLM calls.
|