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

[Feature]: Make location of configuration file configurable #3947

Open
neubig opened this issue Sep 19, 2024 · 0 comments
Open

[Feature]: Make location of configuration file configurable #3947

neubig opened this issue Sep 19, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@neubig
Copy link
Contributor

neubig commented Sep 19, 2024

What problem or use case are you trying to solve?

Currently OpenHands, by default, loads config.toml from the base directory of the repository. However, if we have a single OpenHands installation that is used by multiple users, or we wanted to use OpenHands as a library, this behavior may be too rigid.

Describe the UX of the solution you'd like

It should be possible to specify the location of the config.toml file by adding an argument to the load_app_config() function in openhands/core/config.py, and then modify all command line programs that call load_app_config() so that they take in an argument that can optionally specify the location of the config.toml file.

@neubig neubig added enhancement New feature or request good first issue Good for newcomers labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant