mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-06 21:20:27 -06:00
fix: remove redundant openai model fallback
This commit is contained in:
@@ -56,7 +56,7 @@ class OpenAICompletionService extends BaseService {
|
||||
}
|
||||
|
||||
return await this.complete(messages, {
|
||||
model: model ?? 'gpt-4o',
|
||||
model: model,
|
||||
moderation: true,
|
||||
stream,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user