0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 150 forks source link

Init prompt error #45

Closed ecsplendid closed 1 year ago

ecsplendid commented 1 year ago

I get this

image
0xacx commented 1 year ago

I guess that either parts000.txt or system_message.txt contain special characters that are not escaped in the script. Could you post the content of these files or search for any special characters and report back? Also I assume you have access to gpt-4, or the request would fail also.

0xacx commented 1 year ago

This must have been fixed with this PR https://github.com/0xacx/chatGPT-shell-cli/pull/106 @ecsplendid If you could confirm you are not facing this issue anymore it would be great 👍