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