Markus Schramm commited on
Commit
db5daba
·
1 Parent(s): 058f8b6

Changed model to QWEN3

Browse files
Files changed (1) hide show
  1. agents.py +2 -2
agents.py CHANGED
@@ -46,9 +46,9 @@ class GAIAAgent:
46
  if use_model == "ollamaSRV":
47
  print("Using LiteLLMModel with Ollama reverse proxy server.")
48
  self.model = LiteLLMModel(
49
- model_id='ollama/devstral:24b',
50
  # model_id="ollama/cogito:14b",
51
- # model_id='ollama/qwen3:32b',
52
  # model_id='ollama/gemma3:27b',
53
  # model_id='ollama/qwen2.5-coder:32b-instruct-q4_K_M',
54
  api_base="https://192.168.5.217:8000", # replace with remote open-ai compatible server if necessary
 
46
  if use_model == "ollamaSRV":
47
  print("Using LiteLLMModel with Ollama reverse proxy server.")
48
  self.model = LiteLLMModel(
49
+ # model_id='ollama/devstral:24b',
50
  # model_id="ollama/cogito:14b",
51
+ model_id='ollama/qwen3:32b',
52
  # model_id='ollama/gemma3:27b',
53
  # model_id='ollama/qwen2.5-coder:32b-instruct-q4_K_M',
54
  api_base="https://192.168.5.217:8000", # replace with remote open-ai compatible server if necessary