Closed GreebleGraphics closed 1 year ago
Greetings,
HttpGPTHelper.cpp (version 1.5.4, HttpGPT_UE51.zip file) does not include EHttpGPTChatModel::gpt35turbo16k support for these two functions:
EHttpGPTChatModel::gpt35turbo16k
UHttpGPTHelper::GetEndpointForModel UHttpGPTHelper::ModelSupportsChat
UHttpGPTHelper::GetEndpointForModel
UHttpGPTHelper::ModelSupportsChat
Example excerpt from the log that shows the problem when trying to use the gpt-35-turbo-16k model:
LogHttpGPT: Error: OnProgressCompleted (47373): Request failed LogHttpGPT: Display: SetReadyToDestroy (47373): Setting task as Ready to Destroy LogBlueprintUserMessages: [BP_HttpGPT_Test_C_2] Invalid URL (POST /None)
Adding the missing ENUM case fixes the problem.
Thank you for writing HttpGPT!
Jen
Greetings,
HttpGPTHelper.cpp (version 1.5.4, HttpGPT_UE51.zip file) does not include
EHttpGPTChatModel::gpt35turbo16k
support for these two functions:UHttpGPTHelper::GetEndpointForModel
UHttpGPTHelper::ModelSupportsChat
Example excerpt from the log that shows the problem when trying to use the gpt-35-turbo-16k model:
Adding the missing ENUM case fixes the problem.
Thank you for writing HttpGPT!
Jen