BasedHardware / OpenGlass

Turn any glasses into AI-powered smart glasses
https://openglass.ai
MIT License
2.8k stars 344 forks source link

Added a python flask api for ollama #11

Open Bentlybro opened 1 month ago

Bentlybro commented 1 month ago

This is a simply api that you can host and it will pass everything directly to ollama as is

iamsk commented 1 month ago

It looks like a proxy for ollama post format, why not change this in 'sources/modules/ollama.ts'. so we don't need another server.

Bentlybro commented 1 month ago

yeah it is just a proxy to pass the ollama call to a ollama client, i added it so people can host there own instance of ollama with this + i was asked in discord to add this @iamsk

also the original ollama setup seems to not work, with this it does 😕

RitinaADM commented 3 weeks ago

Fastapi do it