themissingCRAM
commited on
Commit
·
e7a3c25
1
Parent(s):
af7f1fe
select test
Browse files
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=
|
111 |
-
verbosity_level=
|
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()
|