rmjones commited on
Commit
870142a
·
verified ·
1 Parent(s): ae081ba

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -102,7 +102,7 @@ class BasicAgent:
102
  custom_role_conversions=None,
103
  )
104
  """
105
- """
106
  model = OpenAIServerModel(
107
  # You can use any model ID available on OpenRouter
108
  model_id="mistralai/mistral-small-3.2-24b-instruct:free",
@@ -117,6 +117,7 @@ class BasicAgent:
117
  api_base="http://127.0.0.1:11434",
118
  num_ctx=8192,
119
  )
 
120
  tools = [
121
  DuckDuckGoSearchTool(),
122
  WikiTitleFinder(),
 
102
  custom_role_conversions=None,
103
  )
104
  """
105
+
106
  model = OpenAIServerModel(
107
  # You can use any model ID available on OpenRouter
108
  model_id="mistralai/mistral-small-3.2-24b-instruct:free",
 
117
  api_base="http://127.0.0.1:11434",
118
  num_ctx=8192,
119
  )
120
+ """
121
  tools = [
122
  DuckDuckGoSearchTool(),
123
  WikiTitleFinder(),