mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
🎨 style: add missing semicolon for consistency
Co-authored-by: GeorgeDong32 <98630204+GeorgeDong32@users.noreply.github.com>
This commit is contained in:
parent
de1e2a94bd
commit
ab1a9f56f5
@ -309,7 +309,7 @@ export class OpenAIAPIClient extends OpenAIBaseClient<
|
||||
// For OpenAI models (GPT-5, o1, o3, o4, etc), use the base class implementation
|
||||
// which returns the correct { reasoning: { effort, summary } } format
|
||||
if (isSupportedReasoningEffortOpenAIModel(model)) {
|
||||
return super.getReasoningEffort(assistant, model)
|
||||
return super.getReasoningEffort(assistant, model);
|
||||
}
|
||||
|
||||
// For non-OpenAI models (Grok, Perplexity, etc), use reasoning_effort parameter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user