yaroslavyaroslav / OpenAI-sublime-text

First class Sublime Text AI assistant with GPT-4o and llama.cpp support!
MIT License
130 stars 11 forks source link

Fix output panel scrolling #14

Closed yaroslavyaroslav closed 11 months ago

yaroslavyaroslav commented 1 year ago

Now output panel scroll offset is a hardcoded value. It should rather be a value that point out to the last ## Answer line, this could be reached though pretty complex logic though.

yaroslavyaroslav commented 1 year ago

The error would change its behavior in 2.1.0. Since SSE to a chat functionality would be added in that release output panel scrolling will be following the latest batch of tokens model would present.

I'm facing disability of scrolling during such streaming and rare but persistent scroll glitching behavior.