Superexpert / openai-assistant-starter-kit

Starter Kit for creating an OpenAI Assistant web application using NextJS + ReactJS + TypeScript
https://openai-assistant-starter-kit.vercel.app
MIT License
50 stars 7 forks source link

Annotations #3

Open cmbant opened 3 months ago

cmbant commented 3 months ago

This was very helpful and basically works. Out of the box the formatting was a bit odd (using "code" for things that are not code), but I tweaked the .css easily enough to look quite good.

However, in answers it inserts annotations for file references in the vector store, which are of no use to the end user. Would be great to have a way to turn these off, or at least have a css class tag so we can modify via css.

For docs, may be helpful to mention option to use .env for the key. And possibly how to make live build for website rather than local devel.