mgbam commited on
Commit
6ad8bdc
·
verified ·
1 Parent(s): 132fcfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, referencing Tufa Labs' LADDER approach.
61
 
62
  Make sure to set DEEPSEEK_API_KEY in your environment or HF Space secrets
63
  to enable the external LLM calls.