0xacx

Results 16 comments of 0xacx
trafficstars

@hvl71 Thank you very much for reporting! I always test this script by running it locally where it works fine but getting it with curl first does produce this syntax...

@191338780 The API can return a streaming response, so I think it's certainly possible to get the response and manipulate the characters in some way to achieve that streaming effect,...

@Generator @Zeioth Firstly, thank you very for taking the interest and time to suggest changes! 👍 I think that adding the key on a `.conf` file during install is a...

Same request as https://github.com/0xacx/chatGPT-shell-cli/issues/92 This should be fairly easy to implement as it is a just a request with a predefined prompt, with no postprocessing required for the response.

Hm, that's an interesting edge case. First, you don't need the prompt flag `-p`, when you pass the prompt through pipe. The code hangs because the script part that handles...

Yes glow is an optional dependency and listed as optional in the [prerequisites](https://github.com/0xacx/chatGPT-shell-cli#prerequisites). Meaning this should work fine also without installing glow. I can't look into this right now so...