Skip to content

2.2.0

Compare
Choose a tag to compare
@longy2k longy2k released this 08 Jul 03:52
· 16 commits to main since this release

What's New

  • "BMO Generate" are code blocks that can generate from custom prompts and display the response in your Obsidian editor.
    - Supports MODEL, TEMPERATURE, and MAX_TOKENS in the code block.
    - Added bmo_generate_background_color to profile frontmatter.
    - Added bmo_generate_font_color to profile frontmatter.
  • Added all Google Gemini models (e.g. gemini-1.0-pro and gemini-1.5-flash)

Improvements

  • Google Gemini models can be streamed and aborted.
  • Fetch and abort model response.
  • Added 'No Model' option to model dropdown.