Add GPT-4V (Vision) capability to Chatbot-ui (open-source ChatGPT clone by TypeScript)

359 Views Asked by At

How can I add GPT-4 Vision API to Chatbot-ui, which is a powerful open-source clone of ChatGPT, developed by McKay Wrigley.

It let's you use OpenAI AI models through your own API key, which is amazing. I've been using it for my persoanl use, and now I need to use gpt4v as well.

Github repo: https://github.com/mckaywrigley/chatbot-ui

1

There are 1 best solutions below

1
On

I've been working on a project that might help you. I just added vision support a few hours ago. The project is called convo-lang. It doesn't handle the UI layer but it is fully capable of replicating a full ChatGTP experience including vision support and function calling. You are responsible for rendering to UI.

https://www.npmjs.com/package/@iyio/convo-lang

https://github.com/iyioio/common/tree/main/packages/convo-lang