SuccessfulCrab commited on
Commit
996f9b9
·
verified ·
1 Parent(s): 546f9ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ image_tool = img_process.ImageProcessor()
16
 
17
  agent = CodeAgent(
18
  tools=[image_tool],
19
- #model = LiteLLMModel(model_id="anthropic/claude-3-5-sonnet-latest", api_key=claude),
20
- model= HfApiModel(),
21
  max_steps=5
22
  )
23
 
 
16
 
17
  agent = CodeAgent(
18
  tools=[image_tool],
19
+ model = LiteLLMModel(model_id="anthropic/claude-3-5-sonnet-latest", api_key=claude),
20
+ #model= HfApiModel(),
21
  max_steps=5
22
  )
23