mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix context and response size not being passed to Ollama
This commit is contained in:
@ -259,6 +259,7 @@ const TOGETHERAI_KEYS = [
|
||||
// https://github.com/jmorganca/ollama/blob/main/docs/api.md#request-with-options
|
||||
const OLLAMA_KEYS = [
|
||||
'num_predict',
|
||||
'num_ctx',
|
||||
'stop',
|
||||
'temperature',
|
||||
'repeat_penalty',
|
||||
|
Reference in New Issue
Block a user