diff --git a/extensions/inference-openai-extension/package.json b/extensions/inference-openai-extension/package.json index cd776257c4..50fe123493 100644 --- a/extensions/inference-openai-extension/package.json +++ b/extensions/inference-openai-extension/package.json @@ -1,7 +1,7 @@ { "name": "@janhq/inference-openai-extension", "productName": "OpenAI Inference Engine", - "version": "1.0.2", + "version": "1.0.3", "description": "This extension enables OpenAI chat completion API calls", "main": "dist/index.js", "module": "dist/module.js", diff --git a/extensions/inference-openai-extension/resources/models.json b/extensions/inference-openai-extension/resources/models.json index 72517d540b..124e123b9b 100644 --- a/extensions/inference-openai-extension/resources/models.json +++ b/extensions/inference-openai-extension/resources/models.json @@ -23,40 +23,7 @@ }, "metadata": { "author": "OpenAI", - "tags": [ - "General" - ] - }, - "engine": "openai" - }, - { - "sources": [ - { - "url": "https://openai.com" - } - ], - "id": "gpt-4-vision-preview", - "object": "model", - "name": "OpenAI GPT 4 with Vision (Preview)", - "version": "1.1", - "description": "OpenAI GPT-4 Vision model features vision understanding capabilities", - "format": "api", - "settings": { - "vision_model": true, - "textModel": false - }, - "parameters": { - "max_tokens": 4096, - "temperature": 0.7, - "top_p": 0.95, - "stream": true - }, - "metadata": { - "author": "OpenAI", - "tags": [ - "General", - "Vision" - ] + "tags": ["General"] }, "engine": "openai" }, @@ -84,9 +51,7 @@ }, "metadata": { "author": "OpenAI", - "tags": [ - "General" - ] + "tags": ["General"] }, "engine": "openai" }, @@ -114,9 +79,7 @@ }, "metadata": { "author": "OpenAI", - "tags": [ - "General" - ] + "tags": ["General"] }, "engine": "openai" }, @@ -144,9 +107,7 @@ }, "metadata": { "author": "OpenAI", - "tags": [ - "General" - ] + "tags": ["General"] }, "engine": "openai" }, @@ -174,9 +135,7 @@ }, "metadata": { "author": "OpenAI", - "tags": [ - "General" - ] + "tags": ["General"] }, "engine": "openai" }