Skip to content

Releases: rpggio/obsidian-chat-stream

1.4.8 - 4o-mini

31 Jul 00:25
Compare
Choose a tag to compare

1.4.7 Support for model 4o. Accept image nodes

31 May 16:19
Compare
Choose a tag to compare

GPT model 4o is supported.
Image nodes from canvas now sent as chat context.
Make sure you pick a model which supports image inputs. We don't have any check against image-supporting model, the GPT call will just error out.

Thank you @blaulan!

1.4.6

23 Mar 23:22
Compare
Choose a tag to compare
  • Fixes bug that made some GPT model aliases fail to run (such as gpt-4-turbo-preview).

1.4.5

09 Feb 01:32
Compare
Choose a tag to compare

Update GPT model list with latest names.

1.4.4

21 Dec 16:05
Compare
Choose a tag to compare
  • Fix ancestor ordering bug. Ancestors were being sent in reverse order.
    • Ancestors are included in context in the order shown on canvas: top-down parents to children, and left-to-right based on sibling X position.

1.4.3

12 Dec 04:36
Compare
Choose a tag to compare
  • Token counting: Chat Stream will use all of the tokens available for the selected model (or up to the input token limit you specify).
    • If a note will not fit fully in the context, the end of the note will be truncated
  • subpath support: 'Narrow to heading' and 'Narrow to block' will work as expected. Chat Stream will use the text shown on-canvas, instead of entire file.

1.3.3

19 Sep 23:38
Compare
Choose a tag to compare
  • API URL setting for AI completions
  • Instructions for using 'SYSTEM PROMPT' override in canvas. If your chat stream starts with a note beginning with that string, the proceeding contents of that initial note will be used as system prompt (ignoring the settings value).

1.3.2

12 Sep 22:24
Compare
Choose a tag to compare
  • Temperature setting
  • Fix auto-placement bug for negative x values

1.3.1

03 Aug 23:46
Compare
Choose a tag to compare
  • Avoid focus change when user has selected a different node
  • Fix typo in settings panel

1.3.0

05 Jul 19:53
Compare
Choose a tag to compare
  • Use commands for proper hotkey support
    • This also fixes a bug where plugin would sometimes not respond to hotkeys