jonverrier / BraidEng

Engine code for an OpenAI assistant that likes to talk about AI, written using Typescript, Node.js, & the Azure stack. GPT-3 backed with a store of AI Canon documents.
GNU Affero General Public License v3.0
0 stars 1 forks source link

New lightbulb #18

Closed jonverrier closed 2 months ago

jonverrier commented 2 months ago

Change the lightbulb so instead of suggestion a specific article, it suggests a few questions , and the user can then click on the questions (or not) to generate new queries. The questions could appear in a popup, and if the user clicks one, it goes into the message log and we kick off the AI.

Prompt example: ‘Given the following text about developing AI applications, suggest up to three questions that a curious user might want to investigate. Each question should end with a question mark (?).

jonverrier commented 2 months ago

Done