mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08:00
fix: remove redundant openai model fallback
This commit is contained in:
parent
29fd595cf9
commit
9db55fc5f7
@ -56,7 +56,7 @@ class OpenAICompletionService extends BaseService {
|
||||
}
|
||||
|
||||
return await this.complete(messages, {
|
||||
model: model ?? 'gpt-4o',
|
||||
model: model,
|
||||
moderation: true,
|
||||
stream,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user