spatil50 commited on
Commit
2c07f80
·
verified ·
1 Parent(s): 500af5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,9 +69,9 @@ def current_datetime() -> str:
69
  # -----------------------
70
 
71
  model = InferenceClientModel(
72
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
73
  temperature=0.2,
74
- max_tokens=2048
75
  )
76
 
77
  agent = CodeAgent(
 
69
  # -----------------------
70
 
71
  model = InferenceClientModel(
72
+ model_id="HuggingFaceH4/zephyr-7b-beta",
73
  temperature=0.2,
74
+ max_tokens=1024,
75
  )
76
 
77
  agent = CodeAgent(