mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
10 lines
207 B
Python
10 lines
207 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "models",
|
|
crate_name = "codex_models",
|
|
compile_data = glob(["templates/**"]) + [
|
|
"//codex-rs/core:models.json",
|
|
],
|
|
)
|