Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ class BasicAgent:
37
 
38
  # Initialize the model with TransformersModel
39
  model = TransformersModel(
40
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
41
  max_new_tokens=4096,
42
  device_map="auto"
43
  )
 
37
 
38
  # Initialize the model with TransformersModel
39
  model = TransformersModel(
40
+ model_id="gpt2",
41
  max_new_tokens=4096,
42
  device_map="auto"
43
  )