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
I'm working on a chat GUI using llama-server.cpp and flask/js, and I'm running into an issue with maintaining image context across turns. Currently, the image from my opening message is reprocessed on each interaction, which is a bit slow. Or the model needs to rely on its initial response.
Any suggestions or insights on how to best manage image context (embedding?) within the current ecosystem would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on a chat GUI using llama-server.cpp and flask/js, and I'm running into an issue with maintaining image context across turns. Currently, the image from my opening message is reprocessed on each interaction, which is a bit slow. Or the model needs to rely on its initial response.
Any suggestions or insights on how to best manage image context (embedding?) within the current ecosystem would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions