-
Notifications
You must be signed in to change notification settings - Fork 0
How to use Automatic Flashcard Creation
Warley Soares edited this page Dec 23, 2024
·
2 revisions
To create flashcards automatically you need to configure Google Gemini API. To do this follow this steps:
- Go to Google AI Studio and sign-in or register with your Google account.
- Once logged, click Get API key and then Create API key and wait until it shows your key.
- Copy it and go to PronKi settings then Configure Google Gemini API and paste it there.
- Select the model, configure your prompt and click Save.
ATTENTION: The default prompt was validated using Gemini 1.5 Flash model, so if you didn't change it select this model. To use other models you need to guarantee that the output of the inference has a specific format. Example:
word//The front content of the card//The back content of the card
You can use AI Studio to test and validate your prompt. Currently PronKi will replace these tags on your prompt:
- {WORD_LIST} - The list of selected vocabularies for card creation e. g.
[caluniado, mal, devia]
- {LANGUAGE} - The display name of the language of the vocabularies e. g.
Portuguese
.
Note that you can't create flashcards for vocabularies of different languages at once