Vision ChatBot
This demo showcases Taipy's ability to enable end-users to run inference using LLMs. Here, we use GPT-4o to create a chatbot and display the conversation in an interactive chat interface.
Understanding the Application¶
This application allows the user to chat with GPT-4o by sending its input to the OpenAI API and returning the conversation in a chat window. GPT-4o can not only respond to text prompts, but it can also analyse images that the user sends.
A tutorial on how to write similar LLM inference applications is available here.