fix: 默认 1920x1920,支持首帧选择上一个的尾帧

This commit is contained in:
kongweigen
2026-01-20 18:50:23 +08:00
parent 7e1220091b
commit 94507ab80b
3 changed files with 101 additions and 5 deletions

View File

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