Nienke Dekkema commited on
Commit
ced5ba2
·
1 Parent(s): a966751
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
48
  UserInputTool(),
49
  ],
50
  model=LiteLLMModel(
51
- model_id='ollama_chat/gemma3:27b'),
52
  max_steps=10,
53
  verbosity_level=2
54
  )
 
48
  UserInputTool(),
49
  ],
50
  model=LiteLLMModel(
51
+ model_id='gpt2'),
52
  max_steps=10,
53
  verbosity_level=2
54
  )