mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
Introduce ModelsManager and migrate app-server to use it. (#7552)
This commit is contained in:
@@ -307,7 +307,6 @@ async fn run_codex_tool_session_inner(
|
||||
| EventMsg::UndoCompleted(_)
|
||||
| EventMsg::ExitedReviewMode(_)
|
||||
| EventMsg::ContextCompacted(_)
|
||||
| EventMsg::ListModelsResponse(_)
|
||||
| EventMsg::DeprecationNotice(_) => {
|
||||
// For now, we do not do anything extra for these
|
||||
// events. Note that
|
||||
|
||||
Reference in New Issue
Block a user