chrisglein / artificial-chat

2 stars 1 forks source link

Enable multiple responses from queries #113

Closed chrisglein closed 1 year ago

chrisglein commented 1 year ago

Currently only used for image queries. You can now have more than 1 response per query, and the "show me more" button now works. Also added some basic ability to use a different endpoint (e.g. Azure OpenAI instead of OpenAI). And some improved visual styling.

Fixes #89 Fixes #38 Fixes #59 Fixes #33