mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
Reasoning level update (#6586)
Automatically update reasoning levels when migrating between models
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
[package]
|
||||
name = "codex-git"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
name = "codex-git"
|
||||
readme = "README.md"
|
||||
version.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1"
|
||||
once_cell = { workspace = true }
|
||||
regex = "1"
|
||||
schemars = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user