Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some thought for enhancement #6

Open
wiiznokes opened this issue Jun 15, 2024 · 1 comment
Open

Some thought for enhancement #6

wiiznokes opened this issue Jun 15, 2024 · 1 comment

Comments

@wiiznokes
Copy link
Contributor

I didn't wanted to make a tons of issues, so here is a list of what i think would be nice to add

  • remove the ..., it takes some useful height space
  • provide a feedback to know if the model is loaded in memory. I'm not sure if the model is unloaded after some time to save space, but it would be nice to document that at least, to know if it make sense to remove the applet from the panel when gaming for example
  • scroll to the bottom when opening the applet
  • maybe change the add image and new chat button (maybe with 📎 and +)
  • support (shit || ctrl) + enter for inserting a new line.

Overall, great applet! I didn't expect it to be that fast on my 3060ti. I will probably try to package it for fedora now that i managed to install ollama (with snap, its probably the best solution for fedora, works out of the box with my nvidia card and is very up to date)

@hepp3n
Copy link
Collaborator

hepp3n commented Jun 17, 2024

Hello, sorry for late response :)

remove the ..., it takes some useful height space

We can remove it. Just added, so it does not look that empty ;p

provide a feedback to know if the model is loaded in memory. I'm not sure if the model is unloaded after some time to save space, but it would be nice to document that at least, to know if it make sense to remove the applet from the panel when gaming for example

I'm not sure about that one. From my understanding. It should be not loaded, especially from the applet itself, but Ollama can make it loaded in memory, so it waiting for your requests via API. However applet is not that resources free. We running on subscriptions, most of the time it's on idle state so does not do anything, but when making requests it's goes from subscription. But if we should remove applet from panel when gaming? I don't think so, but I know some people may think it's required so depends who and on what hardware is running it :P

scroll to the bottom when opening the applet

good idea.

maybe change the add image and new chat button (maybe with 📎 and +)

Yea, I'm using cosmic icons for it, if I find good substitute we can change :)

support (shit || ctrl) + enter for inserting a new line.

this one might be tricky, since libcosmic does not have multiline inputs from what I know. Maybe I can try to add one, but I can promise anything. But for sure it would be helpful.

Overall, great applet! I didn't expect it to be that fast on my 3060ti. I will probably try to package it for fedora now that i managed to install ollama (with snap, its probably the best solution for fedora, works out of the box with my nvidia card and is very up to date)

Thank you! Yeah, on some AMD or NV GPU it works really well. Some struggling is running on CPU but still usable ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants