How can I continue an unfinished message? #151
Replies: 7 comments
-
@Mashiro-Yukino @Lisandra-dev thanks for bringing this to my attention. When using your notes as context, often we use up all available space for text as context. So, after this completion from the model, the context sourced from the notes is dropped to make room for additional messages. This is why continuing doesn't work after messages that used your notes as context. There is one relevant improvement coming soon: the ability to change the size of the output. However, it's important to note, since the text size limit is a combination of both the input text and the output text, any increase in output will reduce the amount of context sourced from your notes. To get around this using prompt engineering, you can try summarizing context from your notes, then making a subsequent query that will use the summary instead of your raw notes as context. This problem will also be improved as the text-size limits of the underlying AI models continue to increase. GPT-4 does currently offer double the text-size (tokens) limit as GPT-3.5, and it was already announced that GPT-4 will offer eight times the limit in an upcoming release. Let me know if you have any questions, thoughts or other ideas about how we might address this and make Smart Connections a better assistant. Brian 🌴 |
Beta Was this translation helpful? Give feedback.
-
It will be cool to have a text/symbole allow to cut the notes send in the prompt, in this case. For example Also I think the plugin can remove the frontmatter from note entry |
Beta Was this translation helpful? Give feedback.
-
@Lisandra-dev interesting. Let me give that some thought and get back to you. Thanks for the PR, |
Beta Was this translation helpful? Give feedback.
-
Also I discover that using th word |
Beta Was this translation helpful? Give feedback.
-
Yes, I tried to use "continue". But subsequent responses won't be based on your notes any more |
Beta Was this translation helpful? Give feedback.
-
@Mashiro-Yukino yes, this is true. This is the relevant explanation:
#142 (comment) explains more about the issue, possible workarounds, and upcoming changes that will improve it. |
Beta Was this translation helpful? Give feedback.
-
I find it is hard to continue the unfinished message after breaking if I used my notes, anyway to continue the unfinished message?
Beta Was this translation helpful? Give feedback.
All reactions