Skip to content

Releases: longy2k/obsidian-bmo-chatbot

1.4.4

14 Sep 20:17
Compare
Choose a tag to compare
  • Updated openai package with changes to fetchOpenAIAPI
  • Restructured messageHistory json file and updated each model's function accordingly.
  • Max_tokens throw error

1.4.3

05 Sep 18:05
Compare
Choose a tag to compare
  • Fixed: 'Current Reference Note' indicator when opening/closing Obsidian.
  • Fixed: LocalAI models being displayed with OpenAI/Anthropic models.
  • Changed: Anthropic's models maxToken default to 100,000 tokens.

1.4.2

31 Aug 23:25
Compare
Choose a tag to compare
  • Fix: Changed .dot to .dotIndicator to avoid style conflict
  • Fix: System prompt for Anthropic models
  • Updated README

1.4.1

31 Aug 15:16
Compare
Choose a tag to compare
  • Added Anthropic API Models
  • Added 'Current Reference Note' indicator
  • Changed temperature to slider.
  • Minor bug fixes

1.4.0

23 Aug 02:04
Compare
Choose a tag to compare
  • Feature: Added 'Reference Current Note'
  • Bug Fixes

1.3.7

15 Aug 01:27
Compare
Choose a tag to compare
  • Fixed model display (CSS issue)
  • Added "General" subheading to settings
  • Minor changes to README

1.3.6

12 Aug 21:08
Compare
Choose a tag to compare
  • Fixed empty OpenAI's API key error alert
  • Fixed selection overlap
  • Minor changes to css and view

1.3.5

02 Aug 22:53
Compare
Choose a tag to compare
  • Added colorpicker
  • Fixed hardcoded url

1.3.4

28 Jul 20:09
Compare
Choose a tag to compare
  • Saved chat history upon opening and closing the plugin/app. Chat history will only be cleared when the bot icon is pressed again.

1.3.3

20 Jul 19:53
Compare
Choose a tag to compare
  • Removed deprecated OpenAI's models and updated to standard "gpt-3.5-turbo" and "gpt-4" models.
  • Added "gpt-3.5-turbo-16k" model.