Merge remote-tracking branch 'upstream/master'

This commit is contained in:
empty
2026-01-23 12:24:47 +08:00
20 changed files with 1882 additions and 775 deletions

View File

@@ -63,7 +63,7 @@ func NewVolcEngineImageClient(baseURL, apiKey, model, endpoint, queryEndpoint st
func (c *VolcEngineImageClient) GenerateImage(prompt string, opts ...ImageOption) (*ImageResult, error) {
options := &ImageOptions{
Size: "1024x1024",
Size: "1920x1920",
Quality: "standard",
}