mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-08 11:17:02 +08:00
fix 0d7d7354
This commit is contained in:
@@ -346,7 +346,6 @@ export function isUsingGithubThirdPartyApi(configOrSession) {
|
||||
|
||||
export function isSupportBalance(configOrSession) {
|
||||
return (
|
||||
isUsingAzureOpenAi(configOrSession) ||
|
||||
gptApiModelKeys.includes(configOrSession.modelName) ||
|
||||
chatgptApiModelKeys.includes(configOrSession.modelName)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user