fix
This commit is contained in:
@@ -19,8 +19,8 @@ DIR = Path(__file__).resolve().parent
|
||||
|
||||
OLLAMA_OPTIONS = {
|
||||
"temperature": 0.3,
|
||||
"num_ctx": 8500,
|
||||
"num_predict": 4096,
|
||||
"num_ctx": 9000,
|
||||
"num_predict": 8500,
|
||||
"repeat_penalty": 1.1,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user