uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
693 stars 74 forks source link

Retry when no response from ChatGPT #263

Closed uezo closed 9 months ago

uezo commented 9 months ago

Set seconds until timeout to NoResponseTimeoutSec. Default is 5.0. If zero byte from ChatGPT after sending a request, it will retry (just once). This change significantly improves stability👍