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]: LLM-related settings fail to be saved #5837

Open
1 task done
avi12 opened this issue Dec 26, 2024 · 7 comments
Open
1 task done

[Bug]: LLM-related settings fail to be saved #5837

avi12 opened this issue Dec 26, 2024 · 7 comments
Labels
awaiting release Fixed in main. Waiting for release. bug Something isn't working severity:critical Critical issues or affecting all users

Comments

@avi12
Copy link

avi12 commented Dec 26, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Describe the bug and reproduction steps

2024-12-26.21-56-17.msedge.mp4

OpenHands Installation

Docker command in README

OpenHands Version

main

Operating System

Windows 10

Logs, Errors, Screenshots, and Additional Context

No response

@avi12 avi12 added the bug Something isn't working label Dec 26, 2024
@avi12
Copy link
Author

avi12 commented Dec 26, 2024

Interestingly enough, I cannot reproduce the issue when I set in the Docker command to pull the image of 0.17

@mamoodi
Copy link
Collaborator

mamoodi commented Dec 26, 2024

@avi12 yep thanks for bringing this up. Looks like a regression on main

@mamoodi
Copy link
Collaborator

mamoodi commented Dec 26, 2024

@tofarr you had a PR go in recently to migrate settings?
Can you take a look?

Aside from the issue reported, seems like it now expects the security analyzer to be set as well.

@mamoodi mamoodi added the severity:critical Critical issues or affecting all users label Dec 26, 2024
@rbren
Copy link
Collaborator

rbren commented Dec 26, 2024

@avi12 the docker run command changed recently. Can you share the exact command you ran?

@avi12
Copy link
Author

avi12 commented Dec 26, 2024

docker run
  -p 3000:3000
  --env LOG_ALL_EVENTS=true
  --env SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:main-nikolaik
  --env WORKSPACE_MOUNT_PATH=C:\repositories\extensions\youtube-time-manager
  --name openhands-app
  --pull always
  --add-host host.docker.internal:host-gateway
  -v C:/repositories/extensions/youtube-time-manager:/opt/workspace_base
  -v /var/run/docker.sock:/var/run/docker.sock
  --rm
  docker.all-hands.dev/all-hands-ai/openhands:main

@enyst
Copy link
Collaborator

enyst commented Dec 27, 2024

Expecting the security analyzer should be fixed now in main.

@mamoodi
Copy link
Collaborator

mamoodi commented Dec 27, 2024

This should be resolved in main. Just one small note right now that @amanape will work on fixing in a follow up.
The API KEY will show empty in the UI even if you set it. It works though. Just shows empty in UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting release Fixed in main. Waiting for release. bug Something isn't working severity:critical Critical issues or affecting all users
Projects
None yet
Development

No branches or pull requests

4 participants