Skip to content

Commit

Permalink
fix: use vanilla 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-mdz committed Dec 31, 2024
1 parent 582f699 commit 57d4dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/settings.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const MAINTENANCE_MODE = false;
export const MAINTENANCE_GENERATION = false;
export const MAINTENANCE_USE_VANILLA_MODEL = false;
export const MAINTENANCE_USE_VANILLA_MODEL = true;

0 comments on commit 57d4dff

Please sign in to comment.