themissingCRAM commited on
Commit
e7a3c25
·
1 Parent(s): af7f1fe

select test

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,7 +107,7 @@ if __name__ == "__main__":
107
  # You are a text to sql converter
108
  # """,
109
  model=model,
110
- max_steps=7,
111
- verbosity_level=3,
112
  )
113
  GradioUI(agent).launch()
 
107
  # You are a text to sql converter
108
  # """,
109
  model=model,
110
+ max_steps=1,
111
+ verbosity_level=1,
112
  )
113
  GradioUI(agent).launch()