1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
OpenIntegrations/docs/en/results/Ollama/GetRequestParameterStructure.log
Vitaly the Alpaca (bot) 60e354ac19 Test data update (Jenkins)
2025-05-01 09:49:58 +03:00

11 lines
580 B
Plaintext
Vendored

{
"format": "<the format in which the response is returned: json or JSON schema>",
"options": "<additional model parameters listed in the Modelfile documentation>",
"system": "<system message (overrides what is defined in Modelfile)>",
"template": "<prompt template (overrides what is defined in Modelfile)>",
"raw": "<true > disable formatting prompt>",
"keep_alive": "<how long the model will remain loaded in memory after a request>",
"suffix": "<text after the model's response>",
"images": "<list of images in Base64 format (for multimodal models like llava)>"
}