Skip to content

Releases: longy2k/obsidian-bmo-chatbot

1.4.0

23 Aug 02:04

Choose a tag to compare

  • Feature: Added 'Reference Current Note'
  • Bug Fixes

1.3.7

15 Aug 01:27

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

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

Choose a tag to compare

  • Added colorpicker
  • Fixed hardcoded url

1.3.4

28 Jul 20:09

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

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.

1.3.2

17 Jul 20:26

Choose a tag to compare

Simplified Chatbot's background color appearance to be adjusted if needed.

1.3.1

22 May 18:00

Choose a tag to compare

Changes

  • Fixed default value for System Role Prompt.

1.3.0

22 May 00:49

Choose a tag to compare

New Features

  • Added Appearance Customization
    • Added customization for username.
    • Allow modification to background color for chatbot container.
    • Allow modification to background color for user message.
    • Allow modification to background color for bot message.
  • Added REST API URL to interact with self-hosted API LLM(s) models like LocalAI

Changes

  • Bug Fixes.

1.2.1

19 May 01:08
73012b9

Choose a tag to compare

  • Removed "loading" element in favor of streaming text.
  • Adjusted css for light theme.
  • Reduced chatBotHeading size.