Update yml/chat-gemma.py
Browse files- yml/chat-gemma.py +1 -1
yml/chat-gemma.py
CHANGED
|
@@ -69,7 +69,7 @@ try:
|
|
| 69 |
result = client.predict(
|
| 70 |
message={'text': prompt, 'files': files_to_send},
|
| 71 |
thinking=False,
|
| 72 |
-
max_new_tokens=
|
| 73 |
max_soft_tokens=280,
|
| 74 |
system_prompt='شما یک دستیار هوش مصنوعی بسیار باهوش و مودب به زبان فارسی هستید.',
|
| 75 |
api_name='/generate'
|
|
|
|
| 69 |
result = client.predict(
|
| 70 |
message={'text': prompt, 'files': files_to_send},
|
| 71 |
thinking=False,
|
| 72 |
+
max_new_tokens=2000,
|
| 73 |
max_soft_tokens=280,
|
| 74 |
system_prompt='شما یک دستیار هوش مصنوعی بسیار باهوش و مودب به زبان فارسی هستید.',
|
| 75 |
api_name='/generate'
|