Skip to content

Commit

Permalink
fix: size
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogtiti committed Dec 28, 2024
1 parent 0cb1868 commit a867ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/platforms/glm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class ChatGLMApi implements LLMApi {
return {
model: modelConfig.model,
prompt,
size: "1024x1024",
size: options.config.size,
} as ImageGenerationPayload;
default:
return {
Expand Down

0 comments on commit a867ada

Please sign in to comment.