Skip to content

1.8.9

Choose a tag to compare

@longy2k longy2k released this 04 Mar 17:56
· 80 commits to main since this release

Important Changes

  • REST API URL uses /chat/completions endpoints. Make sure you add the correct urls that lead to /chat/completions. For example, inserting https://openrouter.ai/api/v1 will fetch https://openrouter.ai/api/v1/chat/completions. If you are using the default LM Studio url, you can insert the REST API URL as http://localhost:1234/v1.

Features

  • Replaced marked for Obsidian Markdown rendering. This allows BMO Chatbot to render links, images, and other rich text elements (e.g. Obsidian Dataview, iframe, ...).
  • Added Anthropic models: claude-3-sonnet-20240229 and claude-3-sonnet-20240229.

Refactor

  • The model list will fetch for models every time the user open BMO Settings.
  • Anthropic API's Text Completion -> Anthropic API's Messages

Fixes

  • 'Prompt Select Generate' and Title Rename are updated for Anthropic Models.
  • Anthropic's user response no longer removes the first word.