https://github.com/substratusai/aichat-ui
https://github.com/substratusai/aichat-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/substratusai/aichat-ui
- Owner: substratusai
- Created: 2024-02-24T03:04:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T16:13:26.000Z (about 1 year ago)
- Last Synced: 2025-01-05T09:25:15.543Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```