SuccessfulCrab commited on
Commit
52d1247
·
verified ·
1 Parent(s): 81527bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ retriever_tool = rag.retriever_tool
15
  #meta-llama/Llama-3.3-70B-Instruct
16
  agent = CodeAgent(
17
  tools=[execute_firecrawl, retriever_tool],
18
- model = LiteLLMModel(model_id="anthropic/claude-3-5-sonnet-latest", api_key=claude)
19
  #model=HfApiModel(),
20
  max_steps=10
21
  )
 
15
  #meta-llama/Llama-3.3-70B-Instruct
16
  agent = CodeAgent(
17
  tools=[execute_firecrawl, retriever_tool],
18
+ model = LiteLLMModel(model_id="anthropic/claude-3-5-sonnet-latest", api_key=claude),
19
  #model=HfApiModel(),
20
  max_steps=10
21
  )