mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +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, {
|
return await this.complete(messages, {
|
||||||
model: model ?? 'gpt-4o',
|
model: model,
|
||||||
moderation: true,
|
moderation: true,
|
||||||
stream,
|
stream,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user