mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
remove model_family from `config (#7571)
- Remove `model_family` from `config` - Make sure to still override config elements related to `model_family` like supporting reasoning
This commit is contained in:
@@ -118,6 +118,7 @@ impl TestCodexBuilder {
|
||||
config,
|
||||
codex: new_conversation.conversation,
|
||||
session_configured: new_conversation.session_configured,
|
||||
conversation_manager: Arc::new(conversation_manager),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -160,6 +161,7 @@ pub struct TestCodex {
|
||||
pub codex: Arc<CodexConversation>,
|
||||
pub session_configured: SessionConfiguredEvent,
|
||||
pub config: Config,
|
||||
pub conversation_manager: Arc<ConversationManager>,
|
||||
}
|
||||
|
||||
impl TestCodex {
|
||||
|
||||
Reference in New Issue
Block a user