소스 검색

✨ 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 {