mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-07 08:46:37 +08:00
feat: 支持图片生成响应格式切换并优化Markdown渲染
This commit is contained in:
@@ -27,4 +27,4 @@ class ImageGenerationRequest(BaseModel):
|
||||
size: Optional[str] = "1024x1024"
|
||||
quality: Optional[str] = ""
|
||||
style: Optional[str] = ""
|
||||
response_format: Optional[str] = "b64_json"
|
||||
response_format: Optional[str] = "url"
|
||||
|
||||
Reference in New Issue
Block a user