lpolich commited on
Commit
549cb73
·
verified ·
1 Parent(s): c289a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,10 +73,10 @@ final_answer = FinalAnswerTool()
73
  model = LiteLLMModel(
74
  # model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
75
  # model_id="ollama/qwen2:7b", # Or try other Ollama-supported models
76
- model_id="ollama/gemma3:1b",
77
  api_base="http://localhost:11434/api/generate", # Default Ollama local server
78
  # api_base="http://0.0.0.0:11434",
79
- num_ctx=8192,
80
  )
81
 
82
 
 
73
  model = LiteLLMModel(
74
  # model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
75
  # model_id="ollama/qwen2:7b", # Or try other Ollama-supported models
76
+ model_id="ollama_chat/gemma3:1b",
77
  api_base="http://localhost:11434/api/generate", # Default Ollama local server
78
  # api_base="http://0.0.0.0:11434",
79
+ # num_ctx=8192,
80
  )
81
 
82