Releases: crybot/obsidian-flashcards-llm
Releases · crybot/obsidian-flashcards-llm
0.0.12
0.0.11
New features
- Added new command
Generate flashcards with new settings
which opens up a modal menu that lets the user specify settings on a per-command basis
Other changes
- Minor refactoring
0.0.10
New features
- Added a toggle that enables users to hide flashcards in preview mode
- Flashcards are now added at the bottom of the page within a block quote
- Headers are no longer created when appending notes
0.0.9
New features
- Implemented streaming text completion (you can disable it in the settings)
0.0.8
New features
- Support for multi-line flashcard generation through the
Generate Multiline Flashcards
command. - Custom multi-line separator in the settings
Changes
- Removed deprecated
text-davinci-003
model - Minor fixes and improvements
0.0.7
New models
The following models are now available for flashcards generation :
- text-davinci-003
- gpt-3.5-turbo
- gpt-4
- gpt-4-turbo
- gpt-4o
New settings
- Number of flashcards to generate at each command invocation
- Additional prompt containing specific instructions for the model
- Maximum output tokens
CI/CD
Should provide automatic GH release upon tag creation