|
|
|
|
|
by j1elo
395 days ago
|
|
Is there any prompt tips you have learned on that path, that you could share? or the obvious request has been useful already without too much fiddling? I was thinking to use some study material to test drive Google NotebookLM for this use case. |
|
Another nicer option I think would be using the structured output of the API to generate the cards in JSON format, and the parse it to the Anki format with a script, but I think this approach is fine for me.
The prompt I'm using is this
---
Using the information in these PDFs, make some Anki cards to study for an exam.
The format for Anki cards is
```
front1;back1
front2;back2
front3;back3
```
Remember that you can't use ";" inside a field because it is used to separate the front and back of a card.
If the back of a card is a list of elements, prefer to use "<br>" to specify a newline.