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

Fix Issue #3325 #5004

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Fix Issue #3325 #5004

wants to merge 5 commits into from

Conversation

Mr-Imperium
Copy link
Contributor

Added a configuration options md file to openhands/docs. Added appropriately to sidebars.ts. Fixes #3325

End-user friendly description of the problem this fixes or functionality that this introduces

  • Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

Resolves #3325

Added a configuration options md file to openhands/docs. Added appropriately to sidebars.ts.
Fixes All-Hands-AI#3325
Copy link
Collaborator

@enyst enyst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this, @Mr-Imperium ! This issue might be tricky, because of just how many configuration options there are.

  • I would mostly suggest to take a look at config.toml.template file, here, we have usually tried to keep it up to date, as an example that users can modify as they need
  • I'm afraid the LLM you used hallucinated some default values 😅. For example, AWS defaults are all None, there's no 'us-west' anywhere. The LLM specific options, including AWS options, are here, the same for others, like prompt caching is by default True.
  • for the record, the config module where all *config.py files are, is the implementation of all these options

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

Successfully merging this pull request may close these issues.

[Documentation]: config.toml options should be documented on the doc web site
2 participants