You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.