themissingCRAM
commited on
Commit
·
a5c41b7
1
Parent(s):
4674139
system prompt
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ if __name__ == "__main__":
|
|
102 |
|
103 |
You are a text to sql converter
|
104 |
""",
|
|
|
105 |
max_steps=1,
|
106 |
verbosity_level=1,
|
107 |
)
|
|
|
102 |
|
103 |
You are a text to sql converter
|
104 |
""",
|
105 |
+
model=model,
|
106 |
max_steps=1,
|
107 |
verbosity_level=1,
|
108 |
)
|