Spaces:
Paused
Paused
Commit ·
9c61a23
1
Parent(s): f18c295
Update llm.py
Browse files
llm.py
CHANGED
|
@@ -186,7 +186,7 @@ def ask_ai(
|
|
| 186 |
-20000
|
| 187 |
)
|
| 188 |
llm = LlamaCpp(model_path=model_path,
|
| 189 |
-
n_ctx=
|
| 190 |
use_mlock=True,
|
| 191 |
n_parts=-1,
|
| 192 |
temperature=temprature,
|
|
|
|
| 186 |
-20000
|
| 187 |
)
|
| 188 |
llm = LlamaCpp(model_path=model_path,
|
| 189 |
+
n_ctx=2048,
|
| 190 |
use_mlock=True,
|
| 191 |
n_parts=-1,
|
| 192 |
temperature=temprature,
|