KellanM / OpenAI-Api-Unreal

Integration for the OpenAI Api in Unreal Engine
MIT License
649 stars 143 forks source link

Stream Function and whisper #29

Closed charlo06 closed 1 year ago

charlo06 commented 1 year ago

Hey, first of all just want to say this is an awesome plugin. I've implemented the plugin and works well. Well done on gpt4 and 3.5. Just wanted to ask if you ever plan to support the stream function in the api in the future? And what about whisper ? I'm already trying to implement it on my side but i'm having trouble with it. If I ever succeed, i'll make an update here. Thank you anyway for this awesome plugin

KellanM commented 1 year ago

Thank you for the kind words! I’m currently working on adding support for whisper. If you want to take a crack at adding support for streaming I’d be incredibly grateful.

KellanM commented 1 year ago

Just added support for Whisper! - I'll close this issue once I upload the new plugin binaries to the project's google drive.

charlo06 commented 1 year ago

Thanks man can't wait to see how you did it and trying it. Well done!