[vc_row][vc_column][vc_headings linewidth=”0″ borderwidth=”1″ borderclr=”#000000″ title=”OpenChat” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” titlesize=”60″ titleclr=”#000000″]Create, Run, and share your own ChatBot[/vc_headings][vc_single_image image=”3056″ alignment=”center”][vc_column_text]OpenChat is a chatbot console that lets you easily use large language models for everyday conversations. It helps you overcome the complexity of installing and running these models by offering a simple two-step setup. You can create and manage multiple chatbots with different customizations using OpenChat.[/vc_column_text][vc_separator][/vc_column][/vc_row][vc_row][vc_column][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”What You Can Do with OpenChat” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”3″ titlesize=”40″ titleclr=”#000000″ image_id=”2871″][/vc_headings][vc_separator color=”sandy_brown” border_width=”3″][vc_column_text]✔️Build as many local chatbots as you want using GPT-3 (and GPT-4 if available).
✔️Make your chatbots unique by adding PDF files, websites, and soon, integrations with platforms like Notion, Confluence, and Office 365.
✔️Interact smoothly with large files such as a 400-page PDF with each chatbot’s unlimited memory capacity.
✔️Place chatbots as widgets on your website or internal company tools.
✔️Leverage your entire codebase as a data source for your chatbots (pair programming mode).[/vc_column_text][vc_separator color=”peacoc”][/vc_column][/vc_row][vc_row][vc_column][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”Getting Started with OpenChat” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”3″ titlesize=”40″ titleclr=”#000000″ image_id=”2854″][/vc_headings][vc_column_text]
- To start, clone this GitHub repo:
git clone git@github.com:openchatai/OpenChat.git
- Update the common.env file with your keys:
OPENAI_API_KEY=# you can get it from your account in openai.com
PINECONE_API_KEY=# you can get from "API Keys" tab in pinecone
PINECONE_ENVIRONMENT=# you can get it after creating your index in pinecone
PINECONE_INDEX_NAME=# you can get it after creating your index in pinecone
[/vc_column_text][vc_message]When using pincone db, ensure that the dimension matches 1536.[/vc_message][vc_column_text]
- Go to the repository directory and run this command:
make install
[/vc_column_text][vc_message message_box_color=”warning” icon_fontawesome=”fas fa-exclamation-triangle”]OpenChat installation may encounter some difficulties on Windows systems. The OpenChat team is actively resolving this issue.[/vc_message][vc_column_text]The OpenChat console will be available at: http://localhost:8000 after the installation finishes.[/vc_column_text][vc_separator color=”mulled_wine”][/vc_column][/vc_row][vc_row][vc_column][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”Features Coming Soon” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”3″ titlesize=”40″ titleclr=”#000000″ image_id=”2871″]
- Support Slack integration
- Support Intercom integration
- Support offline open-source models (e.g., Alpaca, LLM drivers)
- Support Vertex AI and Palm as LLMs
- Support Confluence, Notion, Office 365, and Google Workspace
- Refactor the codebase to be API ready
- Create a new UI designer for website-embedded chatbots
- Support custom input fields for chatbots
- Support pre-defined messages with a single click
- Support offline usage: this is a major feature, OpenChat will operate fully offline with no internet connection at this stage (offline LLMs, offline Vector DBs)
[/vc_headings][vc_separator color=”sandy_brown” border_width=”3″][vc_btn title=”Github Page” color=”inverse” align=”center” i_align=”right” i_icon_fontawesome=”fab fa-github” add_icon=”true” link=”url:https%3A%2F%2Fgithub.com%2Fopenchatai%2FOpenChat”][/vc_column][/vc_row]



0 Comments