mirror of
https://github.com/openai/codex.git
synced 2026-05-03 21:01:55 +03:00
chore: nuke chat/completions API (#10157)
This commit is contained in:
@@ -30,7 +30,7 @@ pub struct Cli {
|
||||
#[arg(long = "oss", default_value_t = false)]
|
||||
pub oss: bool,
|
||||
|
||||
/// Specify which local provider to use (lmstudio, ollama, or ollama-chat).
|
||||
/// Specify which local provider to use (lmstudio or ollama).
|
||||
/// If not specified with --oss, will use config default or show selection.
|
||||
#[arg(long = "local-provider")]
|
||||
pub oss_provider: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user