Important Changes
- Ollama now requires additional setup!
- PLEASE UPDATE YOUR FRONTMATTER PROPERTIES.
allow_header
changed toenable_header
reference_current_note
changed toenable_reference_current_note
What's New
- Users can insert links such as
[[example]]
,![[example]]
, and[[example#Heading]]
to be read by the model. - Models can read language blocks such as Obsidian dataview, Obsidian Tracker, and etc.
- Models can read notes when the model responds as
![[]]
or[[]]
. - Support for Ollama Vision models. Use the
LLaVA
models from the Ollama library. - Send button. Mobile-friendly.
- Stop button for streaming models.
- Appearance option to enable/disable scrollbar in chatbox.
- Ollama
min_p
parameters. - Added 'claude-3-haiku-20240307' model from Anthropic.
- Added 'gpt-4-turbo' model from OpenAI.
- Added 'gpt-4o' model from OpenAI.
Improvements
- Mobile-support for return key will add newline instead of submission.
- Some commands are replaced with a new notice rather than a response.
- Reload button for models dropdown in General Settings.
- 'Prompt Select Generate' command will display a 'Generating...' notice until response finishes.
- Trim output of model responses.
Changes
- Removed 'gpt-4-turbo-preview' model from OpenAI in favor of 'gpt-4-turbo.'
- Removed 'gpt-3.5-turbo-1106' model from OpenAI in favor of 'gpt-3.5-turbo.'
- The textarea scrollbar is now hidden by default.
- 'REST API URL Connection' changed to 'REST API Connection' in settings.
- Username 'USER' changed to 'YOU.'
Fixes
- Fix slash ('/') issues.
- Fix
/save
command from message order by removing chat response. - Deleting default profile will reset to default settings.