JHubi1 / ollama-app

A modern and easy-to-use client for Ollama
Apache License 2.0
597 stars 45 forks source link

[Feature request] Digital assistant #28

Closed chocovannii closed 4 months ago

chocovannii commented 5 months ago

I think that using ollama-app as a digital assistant instead of google assistant on android would be nice. Android allows 3rd party apps to register as digital assistant so they can be invoked by holding home button or using a screen gesture. It would be perfect if users will be able to hold the home button on any screen and use voice recognition to ask LLM. Or maybe even ask LLM about screen content.

JHubi1 commented 5 months ago

I'll look into it. It could be kinda difficult though, flutter tends to not support device specific actions pretty well. But we'll see

JHubi1 commented 4 months ago

I took a look into it and did research, but it seems to be difficult to implement. I'll close the issue for now, but maybe in the far future this will be added. Feel free to create an issue if you encounter any other problems or you have another idea. Thank you