themissingCRAM commited on
Commit
4bb3808
·
1 Parent(s): 0dd13c6

switch to llama llm 3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ if __name__ == "__main__":
110
  # You are a text to sql converter
111
  # """,
112
  model=model,
113
- max_steps=1,
114
  verbosity_level=1,
115
  )
116
  agent.run("What is the average each customer paid?")
 
110
  # You are a text to sql converter
111
  # """,
112
  model=model,
113
+ max_steps=5,
114
  verbosity_level=1,
115
  )
116
  agent.run("What is the average each customer paid?")