mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 12:31:58 +08:00
fix: size
This commit is contained in:
@@ -90,7 +90,7 @@ export class ChatGLMApi implements LLMApi {
|
||||
return {
|
||||
model: modelConfig.model,
|
||||
prompt,
|
||||
size: "1024x1024",
|
||||
size: options.config.size,
|
||||
} as ImageGenerationPayload;
|
||||
default:
|
||||
return {
|
||||
|
Reference in New Issue
Block a user