mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
## What changed - Add `codex-utils-audio` as a workspace crate for canonicalizing audio inputs and estimating their token usage. - Update `codex-core` to consume the new crate while preserving the existing audio preparation tests. GitOrigin-RevId: d719ecc08363ef52778aa37f3df0ca14f7778324
7 lines
119 B
Python
7 lines
119 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "audio",
|
|
crate_name = "codex_utils_audio",
|
|
)
|