Spaces:
Runtime error
Runtime error
updates to max return tokens
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def sql_generate(prompt, input_prompt_sql ):
|
|
21 |
{
|
22 |
"top_p": 0.9,
|
23 |
"temperature": 1.1,
|
24 |
-
"max_new_tokens": 250,
|
25 |
"return_full_text": False,
|
26 |
},
|
27 |
"options":
|
|
|
21 |
{
|
22 |
"top_p": 0.9,
|
23 |
"temperature": 1.1,
|
24 |
+
#"max_new_tokens": 250,
|
25 |
"return_full_text": False,
|
26 |
},
|
27 |
"options":
|