Skip to content

Commit 9db55fc

Browse files
committed
fix: remove redundant openai model fallback
1 parent 29fd595 commit 9db55fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/src/modules/puterai/OpenAICompletionService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class OpenAICompletionService extends BaseService {
5656
}
5757

5858
return await this.complete(messages, {
59-
model: model ?? 'gpt-4o',
59+
model: model,
6060
moderation: true,
6161
stream,
6262
});

0 commit comments

Comments
 (0)