KellanM / OpenAI-Api-Unreal

Integration for the OpenAI Api in Unreal Engine
MIT License
672 stars 150 forks source link

Field logprobs ERROR #9

Closed Hessu007 closed 1 year ago

Hessu007 commented 1 year ago

Hi! I try to put this GPT-3 plug work with Unreal 5.1. In my Output Log giving errors: LogVoiceCapture: Warning: Resetting UncompressedAudioBuffer. LogJson: Warning: Field logprobs is of the wrong type. LogJson: Error: Json Value of type 'Null' used as a 'Object'. LogJson: Warning: Field tokens was not found. LogJson: Error: Json Value of type 'Null' used as a 'Array'. LogJson: Warning: Field token_logprobs was not found. LogJson: Error: Json Value of type 'Null' used as a 'Array'. LogJson: Warning: Field text_offset was not found. LogJson: Error: Json Value of type 'Null' used as a 'Array'.

I have an Array variable - where inside is inside Index 0 = Human:

Can someone tell me what I should fix?

KellanM commented 1 year ago

removed log probs. I don't think anyone actually uses them. Let me know if this fixes your issue!