Ollama: Add num_batch config value

This commit is contained in:
Cohee
2025-02-13 20:17:33 +02:00
parent f101dd571f
commit dd7391caaf
3 changed files with 9 additions and 0 deletions

View File

@ -304,6 +304,7 @@ export const TOGETHERAI_KEYS = [
export const OLLAMA_KEYS = [
'num_predict',
'num_ctx',
'num_batch',
'stop',
'temperature',
'repeat_penalty',