File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
internal/apischema/openai Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,9 @@ type ChatCompletionContentPartInputAudioInputAudioParam struct {
129129type ChatCompletionContentPartImageImageURLDetail string
130130
131131const (
132- ChatCompletionContentPartImageImageURLDetailAuto ChatCompletionContentPartImageImageURLDetail = "auto"
133- ChatCompletionContentPartImageImageURLDetailLow ChatCompletionContentPartImageImageURLDetail = "low"
132+ ChatCompletionContentPartImageImageURLDetailAuto ChatCompletionContentPartImageImageURLDetail = "auto"
133+ ChatCompletionContentPartImageImageURLDetailLow ChatCompletionContentPartImageImageURLDetail = "low"
134+ // medium is only supported in gemini-3
134135 ChatCompletionContentPartImageImageURLDetailMedium ChatCompletionContentPartImageImageURLDetail = "medium"
135136 ChatCompletionContentPartImageImageURLDetailHigh ChatCompletionContentPartImageImageURLDetail = "high"
136137)
You can’t perform that action at this time.
0 commit comments