mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-10 19:23:42 +08:00
fix custom models setting
This commit is contained in:
@@ -124,7 +124,7 @@ export async function requestOpenai(req: NextRequest) {
|
||||
[
|
||||
ServiceProvider.OpenAI,
|
||||
ServiceProvider.Azure,
|
||||
jsonBody?.model as string, // support provider-unspecified model
|
||||
"custom" as string, // support provider-unspecified model
|
||||
],
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user