Open-Assistant
Open-Assistant copied to clipboard
Prototype: extend the web prisma schema to store live model interactions
trafficstars
This requires:
- [ ] A new database Table that stores each
prompt,model_id,responsetuple and associates it with the requesting user.
This is expected to later be replaced by the backends database.