mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
support 'flex' tier in app-server in addition to 'fast' (#13391)
This commit is contained in:
committed by
GitHub
Unverified
parent
7134220f3c
commit
4f6c4bb143
@@ -118,6 +118,7 @@ pub enum WebSearchMode {
|
||||
#[strum(serialize_all = "lowercase")]
|
||||
pub enum ServiceTier {
|
||||
Fast,
|
||||
Flex,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq, Eq, Display, JsonSchema, TS)]
|
||||
|
||||
Reference in New Issue
Block a user