Spaces:
Sleeping
Sleeping
Update csv_agent.py
Browse files- csv_agent.py +1 -1
csv_agent.py
CHANGED
|
@@ -14,7 +14,7 @@ Only output valid Python code, no explanation, no extra text."""
|
|
| 14 |
|
| 15 |
response = client.text_generation(
|
| 16 |
prompt=full_prompt,
|
| 17 |
-
max_new_tokens=
|
| 18 |
temperature=0.2,
|
| 19 |
top_p=0.9,
|
| 20 |
repetition_penalty=1.05
|
|
|
|
| 14 |
|
| 15 |
response = client.text_generation(
|
| 16 |
prompt=full_prompt,
|
| 17 |
+
max_new_tokens=200,
|
| 18 |
temperature=0.2,
|
| 19 |
top_p=0.9,
|
| 20 |
repetition_penalty=1.05
|