-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
(llm): Support OpenHands LM #7598
Conversation
- the API key is optional, you can use any string, such as `ollama`. | ||
- the model to `openai/openhands-lm-32b-v0.1` (`openai/`, and then `served-model-name` you set above) | ||
- the base url to `http://host.docker.internal:8000` | ||
- the API key is optional, you can use any string, such as `mykey` you set above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the API Key need to be set to the exact string you set above? Or can be set to anything regardless of what you set it to above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no -- it have to be the exact string you set above. will modify this
Co-authored-by: mamoodi <[email protected]>
Co-authored-by: mamoodi <[email protected]>
Co-authored-by: mamoodi <[email protected]>
Co-authored-by: mamoodi <[email protected]>
Co-authored-by: mamoodi <[email protected]>
|
||
In the API Key field, enter `ollama` or any value, since you don't need a particular key. | ||
In the API Key field, enter `my` or any value you setted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can fix this but to understand, this section is for running it in development mode and the one above that has the same information is for when you run OpenHands via the docker command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes!
This is very interesting and great to see! Just a small detail, I'd suggest we could create a different page than local_llms, and let that one continue to document Not sure if the PR did yet, but we may want to link from the left side panel, the page documenting this new model. 🚀 |
I reset my vote so this comment gets looked at. I think the consensus was that the ollama one didn't really work as is and one needs to be written for it from scratch. @enyst |
Oh, it's not a big deal. I think we can also add another page and maybe I'll convince you Mamoodi. 😅 The thing is that yes, currently it seems that 32B models might still be too small to work reasonably well as they are. So post-training one on openhands trajectories and whatever these research folks have done there, is very good and perhaps the thing that works well today! That doesn't mean things aren't changing. On the contrary, it seems like they are, at a crazy pace, and people will always try to push boundaries. I know I'm happy for that! The way the page was, not linked, not in anyone's face, does mean IMHO that we had to do the extra step to find it for people and show it to them. I think that can continue: have some doc and let people try a new coding LLM etc, and see. Otherwise it seems like we will have to copy paste our responses everywhere. 😅 🤷♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the ollama and lmstudio instructions weren't tested and working properly, so I'd be in favor of removing them for now and then adding them back when we know they're working.
@neubig I have tested them on my machine the last time I updated them. Is there something in particular that wasn't working? |
@enyst there were a lot of Discord users that could not get it working using the docs. To the point where I stopped sending it over. |
OK, I'll revisit it all. |
Co-authored-by: mamoodi <[email protected]>
End-user friendly description of the problem this fixes or functionality that this introduces.
Add documentation and LLM support for OpenHands LM
Give a summary of what the PR does, explaining any non-trivial design decisions.
We are gonna release this model today :)
Blog: https://www.all-hands.dev/blog/introducing-openhands-lm-32b----a-strong-open-coding-agent-model
Link of any specific issues this addresses.
To run this PR locally, use the following command: