https://github.com/jloveric/modern-chat
Experiments in llm based chat
https://github.com/jloveric/modern-chat
Last synced: 2 months ago
JSON representation
Experiments in llm based chat
- Host: GitHub
- URL: https://github.com/jloveric/modern-chat
- Owner: jloveric
- License: mit
- Created: 2023-10-21T14:45:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T20:17:14.000Z (over 1 year ago)
- Last Synced: 2025-02-12T19:47:49.199Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Following general idea shown by [Anytime AI](https://github.com/AIAnytime/Llama2-Medical-Chatbot)
## Using
```
poetry install
```
download relevant models
```
chainlit run main.py -w
```