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

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

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
```