handrew / browserpilot

Natural language browser automation
MIT License
497 stars 60 forks source link

how to use groq or ollama models #16

Closed shreesha345 closed 2 days ago

shreesha345 commented 3 weeks ago

how to use groq or ollama models?

handrew commented 2 days ago

I think it should be possible to use any OpenAI-compatible model by simply switching out your base_url parameter in the client. I have not yet added a binding to do so within the class itself, but I'd welcome any PRs to do so!