Guilherme

Results 5 comments of Guilherme

Also, they should take care of executing the browser inside a sandbox environment and make sure it is updated to the most stable version. There are many exploits out there...

> Maybe I am the one skipping docs, however I would like to know where/how did you find out that. Yesterday ollama maintainers announced a [new release](https://github.com/ollama/ollama/releases/tag/v0.3.0) that provided support...

> For some reason type is _empty In [open webui tools.py file](https://github.com/open-webui/open-webui/blob/main/backend/utils/tools.py#L40) they just write "object": ```python "description": function_doc.get("description", function_name), "parameters": { "type": "object", "properties": { ``` Maybe it is...

> > In [open webui tools.py file](https://github.com/open-webui/open-webui/blob/main/backend/utils/tools.py#L40) they just write "object": > > I misinterpreted its meaning. > > As shown it is simple to implement, I would enjoy working...

Seems like someone was also interested in something related to it and provided a [PR here](https://github.com/ollama/ollama-python/pull/234#issue-2432302103). But one user [thinks](https://github.com/ollama/ollama-python/pull/234#issuecomment-2253048664) that the best approach is a third-party library. I think...