An open API service indexing awesome lists of open source software.

https://github.com/substratusai/aichat-ui


https://github.com/substratusai/aichat-ui

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# The AI Chat UI

Chat with any OpenAI API compatible model with a simple lightweight UI.

## Usage

Run locally with:

```bash
pip install -r requirements.txt
streamlit run main.py --server.port 8081
```