lucoiso / UEHttpGPT

HttpGPT is an Unreal Engine plugin that facilitates integration with OpenAI's GPT based services (ChatGPT and DALL-E) through asynchronous REST requests, making it easy for developers to communicate with these services.
https://forums.unrealengine.com/t/free-httpgpt-integrate-chatgpt-in-the-engine-via-asynchronous-tasks-rest/765168?u=lucoiso
MIT License
202 stars 50 forks source link

Token count (Prompt/Completion/Total) all return zero? #56

Closed joshismyhandle closed 1 year ago

joshismyhandle commented 1 year ago

Heya! :)

Am I doing something wrong? This was working before as I have created a system based off these results - latest version all returning zero for some reason.

joshismyhandle commented 1 year ago

Hmm no actually even the old version has now resulted in this. Might be something to do with the API - a change or deprecation perhaps?

joshismyhandle commented 1 year ago

Well that was super weird. Deleted intermediate/saved/etc and the problem went away. Not sure why that would happen, but my apologies for the bother!