We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c86a0 commit 8c1d916Copy full SHA for 8c1d916
crates/codegraph-ai/src/openai_llm_provider.rs
@@ -72,7 +72,7 @@ impl OpenAIProvider {
72
/// Check if this is a reasoning model
73
fn is_reasoning_model(&self) -> bool {
74
let model = self.config.model.to_lowercase();
75
- model.starts_with("gpt-5") || model.starts_with("grok-4")
+ model.starts_with("gpt-5")
76
}
77
78
/// Send a request to OpenAI Responses API with retry logic
0 commit comments