Sonu313131 commited on
Commit
12b96a9
·
verified ·
1 Parent(s): 4d33787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
88
  temperature=0.0,
89
  api_key=os.environ["OPENAI_API_KEY"] # ✅ securely load from environment
90
  ),
91
- max_steps=18,
92
  verbosity_level=2
93
  )
94
  except Exception as e:
 
88
  temperature=0.0,
89
  api_key=os.environ["OPENAI_API_KEY"] # ✅ securely load from environment
90
  ),
91
+ max_steps=12,
92
  verbosity_level=2
93
  )
94
  except Exception as e: