mirror of
https://github.com/NousResearch/atropos.git
synced 2026-05-02 17:45:50 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
35587cbdc0
commit
216c1f5899
2 changed files with 5 additions and 3 deletions
|
|
@ -1445,9 +1445,11 @@ class BaseEnv(ABC):
|
|||
# Debug logging for CLI args
|
||||
logger.debug("[CLI DEBUG] cli_passed_flags = %s", cli_passed_flags)
|
||||
logger.debug("[CLI DEBUG] openai_full_prefix = %s", openai_full_prefix)
|
||||
logger.debug("[CLI DEBUG] oai_cli_passed_args = %s", oai_cli_passed_args)
|
||||
logger.debug(
|
||||
"[CLI DEBUG] oai_cli_passed_args = %s", oai_cli_passed_args
|
||||
)
|
||||
logger.debug("[CLI DEBUG] yaml_oai_config = %s", yaml_oai_config)
|
||||
|
||||
|
||||
# Auto-convert ServerBaseline to APIServerConfig when CLI/YAML overrides are provided
|
||||
# This allows any environment to use --openai.* CLI args without modifying config_init
|
||||
# Use a new variable to avoid UnboundLocalError from closure scoping
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ This wrapper maintains a tree structure of sequences, where:
|
|||
- Branching occurs organically from different contexts and n > 1 completions
|
||||
"""
|
||||
|
||||
import os
|
||||
import logging
|
||||
import os
|
||||
import time
|
||||
import uuid
|
||||
import warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue