Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Jan 16, 2024
1 parent 4fa821c commit 0a3776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/utils/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export function getDefaultValues(settingId: string) {
case "chat:partialMessages":
return true;
case "image:model":
return "fast_sdxl";
return "sdxl";
case "image:style":
return "default";
case "premium:typePriority":
Expand Down

0 comments on commit 0a3776e

Please sign in to comment.