mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
remove comment
This commit is contained in:
parent
ae24b022c3
commit
1d35b9d626
1 changed files with 1 additions and 3 deletions
|
|
@ -1212,9 +1212,7 @@ class BaseEnv(ABC):
|
|||
default_openai_config_.model_dump(), # Default OpenaiConfig (or from class init)
|
||||
PROCESS_MODE_OPENAI_DEFAULT_CONFIG.model_dump(), # Process Mode Defaults
|
||||
yaml_oai_config,
|
||||
extract_namespace(
|
||||
cli_passed_flags, openai_full_prefix
|
||||
), # CLI args
|
||||
extract_namespace(cli_passed_flags, openai_full_prefix),
|
||||
)
|
||||
else:
|
||||
openai_config_dict = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue