Doppio_bot screenshot

Doppio_bot

Author Avatar Theme by Nagariahussain
Updated: 21 Jun 2023
71 Stars

AI ChatBot Template, built into Frappe's admin/desk Interface

Categories

Overview

DoppioBot is a ChatGPT experience that is seamlessly integrated into Frappe’s desk interface. It allows users to use, play, and extend the capabilities of ChatGPT. Built on the Frappe Framework, DoppioBot leverages technologies like Python, JavaScript, MariaDB, Redis, LangChain, OpenAI API, ReactJS, and ChakraUI.

Features

  • Session Chat history management with Redis: DoppioBot enables users to manage their chat history using the Redis database.
  • Formatting of markdown responses: DoppioBot supports formatting of markdown responses, including tables and lists.
  • Syntax-highlighted code block responses: DoppioBot provides syntax-highlighted code block responses, with a convenient click-to-copy button.
  • Sleek loading skeleton: While messages are being fetched, DoppioBot displays a sleek loading skeleton to enhance the user experience.
  • Multiple submission options: Users can submit prompts using either the mouse or keyboard shortcuts (Cmd + Enter).

Installation

To install the DoppioBot app on your Frappe site, follow these steps:

  1. Ensure that you have bench installed.
  2. Execute the following commands in the terminal:
bench get-app doppio_bot https://github.com/frappe/doppio_bot
bench --site <your_site_name> install-app doppio_bot
  1. Open the site_config.json file for your installed site and add your OpenAI API key.

Usage

  1. Navigate to your Frappe site.
  2. Use the awesome bar to access the DoppioBot Chat page.
  3. Start using DoppioBot to enjoy the seamless ChatGPT experience integrated into Frappe’s desk interface.

Summary

DoppioBot is a powerful chatbot built on the Frappe Framework and integrated into Frappe’s desk interface. It leverages technologies like Redis, LangChain, and OpenAI API to provide advanced chat capabilities. With features like chat history management, markdown formatting, syntax-highlighted code block responses, and support for multiple submission options, DoppioBot offers an enhanced user experience. Its easy installation process makes it accessible to users of Frappe sites. Overall, DoppioBot is a versatile and user-friendly tool for chat-based interactions.