weisberg / pynecone-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pynecone Chat App

A user-friendly, highly customizable Python web app designed to demonstrate LLMs in a ChatGPT format.

icon

Getting Started

🧬 1. Clone the Repo

git clone https://github.com/pynecone-io/pynecone-chat.git

📦 2. Install Pynecone

To get started with Pynecone, you'll need:

Python 3.7+ Node.js 12.22.0+ (No JavaScript knowledge required!) Install Pynecone using pip:

$ pip install pynecone

🚀 3. Run the application

Navigate to the llm-web-ui directory, initialize and run the app:

$ cd pynecone-chat/webui
$ pc init
$ pc run

Features

  • 100% Python-based, including the UI, using Pynecone
  • Create and delete chat sessions
  • The application is fully customizable and no knowledge of web dev is required to use it.
  • Easily swap out any LLM
  • Responsive design for various devices

Contributing

We welcome contributions to improve and extend the LLM Web UI. If you'd like to contribute, please do the following:

  • Fork the repository and make your changes.
  • Once you're ready, submit a pull request for review.

License

The following repo is licensed under the MIT License.

About


Languages

Language:Python 100.0%