update 32k model

This commit is contained in:
Zhang Minghan 2023-09-25 21:59:42 +08:00 committed by GitHub
parent ca2f0c347b
commit d5becb9fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ func StreamRequest(model string, enableReverse bool, messages []types.ChatGPTMes
case types.GPT432k, case types.GPT432k,
types.GPT432k0613, types.GPT432k0613,
types.GPT432k0314: types.GPT432k0314:
NativeStreamRequest(types.GPT432k0613, viper.GetString("openai.gpt4_endpoint"), viper.GetString("openai.gpt4"), messages, token, callback) NativeStreamRequest(types.GPT432k, viper.GetString("openai.gpt4_endpoint"), viper.GetString("openai.gpt4"), messages, token, callback)
case types.GPT3Turbo16k, case types.GPT3Turbo16k,
types.GPT3Turbo16k0301, types.GPT3Turbo16k0301,
types.GPT3Turbo16k0613: types.GPT3Turbo16k0613: