Chatbot User Interface (UI)
(Redirected from Chatbot UI)
Jump to navigation
Jump to search
A Chatbot User Interface (UI) is an conversational UI for a chatbot system.
- Context:
- It can range from being a Keyboard-based Chatbot UI (chatbot GUI or chatbot CLI) to being a Voice-based Chatbot UI).
- It can have Chatbot User Interface Features such as:
- A Chatbot Input Method.
- Timestamps on Text Utterances.
- Clear Conversation option
- Chatbot API API Integration.
- …
- …
- Example(s):
- a Keyboard-based Chatbot UI, such as:
- …
- Counter-Example(s):
- …
- See: Application Copilot UI, Application User Interface, Conversational User Interface, Chatbot Architecture.
Referefnces
2023
- "Self-hosted ChatGPT Chatbot UI in Docker."
- QUOTE: ... With the rising prominence of chatbots in various industries and applications, businesses and individuals are increasingly interested in creating self-hosted ChatGPT solutions with engaging and user-friendly chatbot user interfaces (UIs). In this blog post, we will delve into McKay Wrigley’s open-source ChatGPT UI project as an example of graphical user interfaces for ChatGPT, discuss how to deploy it using Docker, and explore the customization options it offers for creating a unique chatbot experience. ...
2023
- https://github.com/mckaywrigley/chatbot-ui
- QUOTE: ... Chatbot UI is an open source ChatGPT UI for AI models. ....
2023
- https://github.com/Niek/chatgpt-web
- QUOTE: ... ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use it, you need to register for an OpenAI API key first. All messages are stored in your browser's local storage, so everything is private. You can also close the browser tab and come back later to continue the conversation. ...