mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
python-runtime: prepare openai-codex-cli-bin package
This commit is contained in:
@@ -47,7 +47,8 @@ from .retry import retry_on_overload
|
||||
|
||||
ModelT = TypeVar("ModelT", bound=BaseModel)
|
||||
ApprovalHandler = Callable[[str, JsonObject | None], JsonObject]
|
||||
RUNTIME_PKG_NAME = "codex-cli-bin"
|
||||
SDK_PKG_NAME = "openai-codex"
|
||||
RUNTIME_PKG_NAME = "openai-codex-cli-bin"
|
||||
|
||||
|
||||
def _params_dict(
|
||||
|
||||
Reference in New Issue
Block a user