simonw / llm

Access large language models from the command-line
https://llm.datasette.io
Apache License 2.0
4.31k stars 237 forks source link

UI around chat history #480

Open kevinburke opened 4 months ago

kevinburke commented 4 months ago

Has anyone built a UI that reads from the chat history stored in sqlite3? I want to be able to quickly scroll through my previous chats.

I am aware that this product exists at e.g. chat.openai.com however my company currently only permits us to use the API to access ChatGPT.

simonw commented 4 months ago

I use Datasette for that myself. You can browse the tables directly or compose custom SQL queries if you want to explore the data in different ways.