JPM34 commited on
Commit
062f377
·
1 Parent(s): 6b09b04

Switched to Mistral agent

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ import requests
10
  from dotenv import load_dotenv
11
 
12
  # from agent_gemini import BasicAgent
13
- # from agent_mistral import BasicAgent
14
- from agent_openrouter_llama import BasicAgent
15
 
16
  # Load environment variables from .env file
17
  load_dotenv()
 
10
  from dotenv import load_dotenv
11
 
12
  # from agent_gemini import BasicAgent
13
+ from agent_mistral import BasicAgent
14
+ # from agent_openrouter_llama import BasicAgent
15
 
16
  # Load environment variables from .env file
17
  load_dotenv()