jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
46 stars 8 forks source link

Create AI copilot tools #647

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

Related to #646.

For example, tools to generate titles for working notes cards, this prompt works well:

Here is a short essay: "${CONTENT}".

Append a good, punchy summary in 35 characters or less with no other text or quotation marks.

Another could be to fetch a collection of related working-notes cards and then ask for a summary in 8 sentences or less.

The tools would need to go through a cloud function that kept the OpenAI private key and verified the user was an admin to prevent abuse of the key.

jkomoros commented 1 year ago
jkomoros commented 1 year ago

Being developed in branch ai-tools

jkomoros commented 1 year ago

71967cbd4b607a8e03276e38e81d7078928a6034 is also a part of this ticket