diff --git a/lib/models.js b/lib/models.js index 81f6a71..623b14b 100644 --- a/lib/models.js +++ b/lib/models.js @@ -182,27 +182,6 @@ const MODELS = [ ], source: "replicate", }, - { - id: 6, - owner: "OpenAI", - name: "DALL-E 2", - version: "dall-e", - checked: false, - default_params: { - n: 1, - size: "512x512", - }, - description: - "DALLĀ·E 2 is an AI system that can create realistic images and art from a description in natural language.", - url: "https://openai.com/product/dall-e-2?utm_source=project&utm_campaign=zoo", - links: [ - { - name: "openai", - url: "https://openai.com/product/dall-e-2?utm_source=project&utm_campaign=zoo", - }, - ], - source: "openai", - }, { id: 10, owner: "replicate",