Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cellforge/Code_Generation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def _prepare_environment_variables(self) -> Dict[str, str]:
env_vars["TEMPERATURE"] = os.getenv("TEMPERATURE", "0.1")
env_vars["MAX_TOKENS"] = os.getenv("MAX_TOKENS", "8000")

Add OpenHands configuration path
# Add OpenHands configuration path
config_path = self.openhands_path / "config.toml"
if config_path.exists():
env_vars["OPENHANDS_CONFIG_PATH"] = str(config_path)
Expand Down