evilpan / gptcli

ChatGPT in command line with OpenAI API (gpt-3.5-turbo/gpt-4/gpt-4-32k)
https://platform.openai.com/docs/introduction
GNU General Public License v2.0
279 stars 49 forks source link

Answer with panic #16

Closed VegeBun-csj closed 1 year ago

VegeBun-csj commented 1 year ago
image
evilpan commented 1 year ago

This usually indicates that the API server terminates the current connection for some reason, which could be ignored and a simple resend would be fine. However if it occurs frequently, I'll try to handle this issue more gracefully.

VegeBun-csj commented 1 year ago

Thanks