drAbreu commited on
Commit
4848b7e
·
1 Parent(s): f042db0

Added cache to the answers

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ class BasicAgent:
32
  model_name="claude-3-7-sonnet-latest",
33
  api_key=None,
34
  use_separate_writer_model=True,
35
- writer_model_provider="openai",
36
- writer_model_name="gpt-4o"
37
  ):
38
  """
39
  Initialize the BasicAgent with a multi-agent workflow.
 
32
  model_name="claude-3-7-sonnet-latest",
33
  api_key=None,
34
  use_separate_writer_model=True,
35
+ writer_model_provider="anthropic",
36
+ writer_model_name="claude-3-5-sonnet-latest"
37
  ):
38
  """
39
  Initialize the BasicAgent with a multi-agent workflow.