MallikarjunSonna commited on
Commit
3ba6132
·
verified ·
1 Parent(s): 33ed604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,7 +86,7 @@ final_answer = FinalAnswerTool()
86
  # Initialize Model
87
  model = HfApiModel(
88
  max_tokens=2096,
89
- temperature=0.5,
90
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
91
  )
92
 
@@ -113,4 +113,4 @@ agent = CodeAgent(
113
  # ---------------------------- LAUNCH APPLICATION ----------------------------
114
 
115
  # Launch Gradio UI
116
- GradioUI(agent).launch()
 
86
  # Initialize Model
87
  model = HfApiModel(
88
  max_tokens=2096,
89
+ temperature=0.7,
90
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
91
  )
92
 
 
113
  # ---------------------------- LAUNCH APPLICATION ----------------------------
114
 
115
  # Launch Gradio UI
116
+ GradioUI(agent).launch()