themissingCRAM
commited on
Commit
·
4bb3808
1
Parent(s):
0dd13c6
switch to llama llm 3
Browse files
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=
|
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?")
|