OllamaRequest
Defined in: backend/src/providers/ollama.ts:41
Properties
Section titled “Properties”messages
Section titled “messages”messages:
OllamaMessage[]
Defined in: backend/src/providers/ollama.ts:43
model:
string
Defined in: backend/src/providers/ollama.ts:42
options?
Section titled “options?”
optionaloptions:object
Defined in: backend/src/providers/ollama.ts:44
num_predict?
Section titled “num_predict?”
optionalnum_predict:number
optionalstop:string[]
temperature?
Section titled “temperature?”
optionaltemperature:number
top_k?
Section titled “top_k?”
optionaltop_k:number
top_p?
Section titled “top_p?”
optionaltop_p:number
stream?
Section titled “stream?”
optionalstream:boolean
Defined in: backend/src/providers/ollama.ts:51