mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
clean
This commit is contained in:
@@ -311,7 +311,7 @@ pub async fn run_main(cli: Cli, codex_linux_sandbox_exe: Option<PathBuf>) -> any
|
||||
);
|
||||
let default_model = thread_manager
|
||||
.get_models_manager()
|
||||
.get_model(&config.model, &config, RefreshStrategy::default())
|
||||
.get_default_model(&config.model, &config, RefreshStrategy::default())
|
||||
.await;
|
||||
|
||||
// Handle resume subcommand by resolving a rollout path and using explicit resume API.
|
||||
|
||||
Reference in New Issue
Block a user