Skip to content

Releases: crybot/obsidian-flashcards-llm

0.0.12

01 Jun 15:59
Compare
Choose a tag to compare

New features

  • Change flashcards tag through settings or on the fly with the Generate flashcards with settings command.
  • The user can now choose which model to use with the Generate flashcards with settings.

0.0.11

30 May 11:24
Compare
Choose a tag to compare

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

29 May 21:17
Compare
Choose a tag to compare

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

28 May 16:53
Compare
Choose a tag to compare

New features

  • Implemented streaming text completion (you can disable it in the settings)

0.0.8

28 May 12:02
Compare
Choose a tag to compare

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

25 May 11:47
Compare
Choose a tag to compare

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

0.0.5

09 Jul 19:04
Compare
Choose a tag to compare

Changelog

  • You can now select a portion of text from which you want to generate the flashcards.

0.0.4

08 Jul 11:02
Compare
Choose a tag to compare

Changelog

  • Added separator customization for inline flashcards

Related to #4

0.0.3

05 Jul 15:22
Compare
Choose a tag to compare

Changelog

  • Added integration with OpenAI's 'gpt-3.5-turbo' model.
  • The user can now select the language model of choice within the plugin settings
  • Fixed an issue with the automatic creation of the "#flashcards"
  • Some tweaking to the model parameters

0.0.2

19 Jun 10:06
Compare
Choose a tag to compare

Functionally equivalent to 0.0.1.