mirror of
https://github.com/ollama/ollama.git
synced 2026-04-22 16:55:44 +02:00
model flexibility
This commit is contained in:
@@ -81,6 +81,8 @@ type GenerateRequest struct {
|
||||
// set through this field, if the model supports it.
|
||||
Options map[string]interface{} `json:"options"`
|
||||
|
||||
WhisperModel string `json:"whisper_model,omitempty"`
|
||||
|
||||
Audio string `json:"audio,omitempty"`
|
||||
|
||||
Transcribe bool `json:"transcribe,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user