mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
fix: size
This commit is contained in:
parent
0cb186846a
commit
a867adaf04
@ -90,7 +90,7 @@ export class ChatGLMApi implements LLMApi {
|
||||
return {
|
||||
model: modelConfig.model,
|
||||
prompt,
|
||||
size: "1024x1024",
|
||||
size: options.config.size,
|
||||
} as ImageGenerationPayload;
|
||||
default:
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user