mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
* Replace environment variables with configuration file * Add config.toml to .gitignore * Remove unused os imports * Update README.md * Update README.md * Update README.md * Fix merge conflict * Fallback to environment variables * Use template file for config.toml * Update config.toml.template * Update config.toml.template --------- Co-authored-by: Robert Brennan <accounts@rbren.io>
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
# This is a template. Run `cp config.toml.template config.toml` to use it.
|
|
|
|
OPENAI_API_KEY="<YOUR OPENAI API KEY>"
|
|
WORKSPACE_DIR="./workspace"
|