KellanM/OpenAI-Api-Unreal

Field logprobs ERROR

Hessu007 opened this issue · 1 comments

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?

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