-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request or Clarification] - Integration of Ollama or LiteLLM for Local Model Usage #268
Comments
Hi @ARISTheGod , Midscene.js supports any LLM service that fits the OpenAI style interface. I believe that Ollama and LiteLLM should also work properly. You should config these env variables
You can find more configs here: https://midscenejs.com/model-provider.html |
BTW, currently we find the models from open source do not work well with Midscene. If you find some self-hosted models that could be suitable for Midscene, please let us know. |
I am also looking for this ollama local model integration |
Stay tuned ! We will provide the ollama solution in the next few weeks ! I'll ping this issue when it is released. |
That's fantastic news! Thanks so much for the update. |
Description
I would like to know if it's possible to integrate Ollama or LiteLLM with Midscene.js to enable local model usage. These tools provide excellent support for running large language models (LLMs) locally, ensuring privacy, cost efficiency, and flexibility. However, I am unsure how to configure Midscene.js to work with these tools or if additional steps are required.
Why This Matters
Clarification Questions
2.1. What should the yaml configuration look like for using a local LiteLLM proxy server (e.g., http://localhost:11434)?
2.2. Are there any specific dependencies or setup steps required?
I have reviewed the connectivity test project but couldn't find specific details about integrating these tools. Any guidance or clarification would be greatly appreciated.
Even though I couldn’t fully test or understand all the features, I want to express my admiration for this project. It’s clear that a lot of effort has gone into making Midscene.js an innovative and robust tool. The idea is truly impressive, and I believe it has the potential to become one of the most widely used tools.
As a free and open-source project, this is even more remarkable. Thank you for creating such an incredible tool!
The text was updated successfully, but these errors were encountered: