We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All-Hands-AI#6030 Issue
@morganmcg1 What are the litellm and the openhands versions?
import openhands print(openhands.__version__) # 0.17.0 import litellm print(litellm._version.version) #1.56.4 for i in litellm.model_list: if i.startswith('o1-'): print(i)
Both models are available in this litellm version.
The text was updated successfully, but these errors were encountered:
I was using the web app, https://app.all-hands.dev/
Sorry, something went wrong.
Works for me:
History
No branches or pull requests
All-Hands-AI#6030 Issue
@morganmcg1
What are the litellm and the openhands versions?
Both models are available in this litellm version.
The text was updated successfully, but these errors were encountered: