Skip to content

Commit

Permalink
Merge pull request #59 from replicate/disable-dall-e-by-default
Browse files Browse the repository at this point in the history
disable dall-e by default
  • Loading branch information
cbh123 authored Oct 12, 2023
2 parents 0bc4561 + 5a11b1c commit cbbd0fc
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

1 comment on commit cbbd0fc

@vercel
Copy link

@vercel vercel bot commented on cbbd0fc Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.