EyuCoder / chatgpt-pro

ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E.
https://chatgpt.eyucoder.com
Apache License 2.0
458 stars 212 forks source link

Fix response body property in GPT for local_setup #22

Closed killinsun closed 1 year ago

killinsun commented 1 year ago

The response from OpenAI seems changed to text -> message.content. In local_setup branch, it still remained using previous property.

I'm not sure wether you might cherry-pick or do something for this branch, but hope this PR will help to fix it.

killinsun commented 1 year ago

The issue is also reported here https://github.com/EyuCoder/chatgpt-clone/issues/16#issuecomment-1464719747

EyuCoder commented 1 year ago

16 fixed

killinsun commented 1 year ago

@EyuCoder Thanks for your checking!