-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Features/mistralai intergrate #143
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
Conversation
|
Cool! I donot have a mistral api key. Could it run browser-use normally? |
Yes, it performs as well as the other models. However, models that don't support images will fail when used with 'Use Vision' (just like openai gpt-3.5). If you'd like, I can give you with a temporary API key for testing, but I won't share it publicly. |
|
OK, please solve the conflicts. I will let it pass |
It seems like commit "6ceaf8d" by vvincent1234 (6ceaf8d) removed the requirements for: [langchain-ollama==0.2.2 |
langchain-ollama==0.2.2 langchain-openai==0.2.14 and langchain-google-genai==2.0.8 will be installed with browser-use |
|
Should be ready for merging now |
|
Ok, please help me check whether langchain_mistralai will be installed with browser-use, otherwise please add it to requirements.txt |
Yes I incorrectly assumed that it would also be installed with browser-use, but turns out it was not. I am now able to run it in a new uv environment after installing the requirements in requirements.txt |
Features/mistralai intergrate
Added API for mistralAI