Skip to content
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

[Bug]: AI Provider Configuration: o1 not in list of OpenAI models #174

Open
kevin-support-bot bot opened this issue Jan 5, 2025 · 2 comments
Open

Comments

@kevin-support-bot
Copy link

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.

@morganmcg1
Copy link

I was using the web app, https://app.all-hands.dev/

@SmartManoj
Copy link
Owner

Works for me:

image

image

History

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants