Skip to content

Releases: InterwebAlchemy/obsidian-ai-research-assistant

1.7.0

30 Oct 13:37
Compare
Choose a tag to compare

1.7.0 (2023-10-30)

Bug Fixes

  • update model selector; remove broken maxtokens input (89b0edb)

Features

  • add gpt-3.5-turbo-instruct, gpt-4-32k, and gpt-3.5-turbo-16k (f6cc31a)

1.6.0

10 Oct 05:15
Compare
Choose a tag to compare

1.6.0 (2023-10-10)

Bug Fixes

  • update tsc errors so build can succeed (a43d30f)

Features

  • update with streaming responses from OpenAI (fec3fa0), closes #15

1.5.0

26 Aug 18:43
Compare
Choose a tag to compare

1.5.0 (2023-08-26)

Features

  • add gpt-4 model (44258aa)
  • allow swapping models in chat; add syntax highlighting (5f02613)

1.4.3

10 Aug 18:25
Compare
Choose a tag to compare

1.4.3 (2023-08-10)

Bug Fixes

  • update plugin file path handling (3aec64c)
  • update plugin UI and practices based on review feedback (7792fc3)
  • update token counter (b090ffc), closes #11

1.4.2

29 Jul 20:33
Compare
Choose a tag to compare

1.4.2 (2023-07-29)

Bug Fixes

  • remove obsidian- prefix from id (e772562)

1.4.1

29 Jul 20:20
Compare
Choose a tag to compare

1.4.1 (2023-07-29)

Bug Fixes

  • update manifest description (d9d2ee4)

1.4.0

29 Jul 20:14
Compare
Choose a tag to compare

1.4.0 (2023-07-29)

Bug Fixes

  • update api key setting name (be957de)

Features

  • leverage safeStorage for OpenAI API Key; clean up legacy functionality (1ba8eb2), closes #7
  • remove deprecated text-davinci-003 model (170c5d5)

1.3.1

06 Mar 20:39
Compare
Choose a tag to compare

1.3.1 (2023-03-06)

Bug Fixes

  • edit title by default with autosave enabled (32e9110), closes #1

1.3.0

03 Mar 03:45
Compare
Choose a tag to compare

1.3.0 (2023-03-03)

Bug Fixes

  • remove old codex model definition (64328de)

Features

  • make memory manager default; update handling of chatgpt model messages (9014a9e)

1.2.0

02 Mar 22:49
Compare
Choose a tag to compare

1.2.0 (2023-03-02)

Features

  • add new gpt-3.5-turbo model and default to ChatGPT (b62e3f7), closes #2