Skip to content

Commit

Permalink
disable dall-e by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Oct 12, 2023
1 parent 0bc4561 commit 5a11b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ const MODELS = [
{
id: 6,
owner: "OpenAI",
name: "DALL-E",
name: "DALL-E 2",
version: "dall-e",
checked: true,
checked: false,
default_params: {
n: 1,
size: "512x512",
Expand Down

0 comments on commit 5a11b1c

Please sign in to comment.