فهرست منبع

✨ feat(dto): add VlHighResolutionImages parameter to GeneralOpenAIRequest

CaIon 8 ماه پیش
والد
کامیت
be7e09b14d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      dto/openai_request.go

+ 2 - 0
dto/openai_request.go

@@ -57,6 +57,8 @@ type GeneralOpenAIRequest struct {
 	WebSearchOptions    *WebSearchOptions `json:"web_search_options,omitempty"`
 	// OpenRouter Params
 	Reasoning json.RawMessage `json:"reasoning,omitempty"`
+	// Ali Qwen Params
+	VlHighResolutionImages json.RawMessage `json:"vl_high_resolution_images,omitempty"`
 }
 
 func (r *GeneralOpenAIRequest) ToMap() map[string]any {