Description:
- Create a Flask App that will allow users to chat with a Language Model.
- User Login (Admin will register the user)
- LLM Model
- Chat should be persistent Models
- User
- Chats
- LLM Model
- Message
GET /chat
POST /chat { "model": "id", }
GET /chat/id
POST /chat/id { "message": "Hello" }