geadmin commited on
Commit
8b95940
·
1 Parent(s): 7a8794c

using mistral

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ class BasicAgent:
15
  def __init__(self):
16
  print("BasicAgent initialized.")
17
  self.agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel(
18
- model_id = 'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'))
19
 
20
  def __call__(self, question: str) -> str:
21
  print(f"Agent received question (first 50 chars): {question[:50]}...")
 
15
  def __init__(self):
16
  print("BasicAgent initialized.")
17
  self.agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel(
18
+ model_id = 'mistralai/Mistral-Small-24B-Instruct-2501'))
19
 
20
  def __call__(self, question: str) -> str:
21
  print(f"Agent received question (first 50 chars): {question[:50]}...")