guinmoon / LLMFarm

llama and other large language models on iOS and MacOS offline using GGML library.
https://llmfarm.site
MIT License
1.05k stars 62 forks source link

Can the model get information from the outside? #40

Open carstenf opened 5 months ago

carstenf commented 5 months ago

How can the model get information from the internet or some other source, like pdf on the iPhone?

guinmoon commented 5 months ago

Can you elaborate on the idea and with an example?

carstenf commented 5 months ago

Example/use case:

These are some projects on GitHub which have similar functions, but only on Mac.

https://github.com/imartinez/privateGPT

https://openinterpreter.com

Would be really cool to have similar possibilities on iPhone or IPad.

guinmoon commented 5 months ago

I think i can add such features after I add support for multimodal models.