xenodium / chatgpt-shell

ChatGPT and DALL-E Emacs shells + Org babel 🦄 + a shell maker for other providers
https://xenodium.com
GNU General Public License v3.0
804 stars 74 forks source link

pcsv-read-quoting: Invalid read syntax: "Expected `\"' but got `T'" #221

Open rpoisel opened 1 month ago

rpoisel commented 1 month ago

Summary: Executing chatgpt-shell-load-awesome-prompts results in an error, as described in the title of this issue.

Description: This issue appears to be due to an issue with the dependent repository f/awesome-chatgpt-prompts.

Related Pull Request: There is already a pull request addressing this issue in the dependent repository: f/awesome-chatgpt-prompts/pull/758.

Workaround: As a temporary solution, you can change the URL of the awesome prompts CSV file to the following in the chatgpt-shell.el file within your Emacs installation:

https://raw.githubusercontent.com/TFWol/awesome-chatgpt-prompts/patch-1/prompts.csv
xenodium commented 1 month ago

Thanks for filing and providing a workaround! We can keep this issue open with the workaround for anyone keen to solve in the immediate term (locally).

xenodium commented 1 month ago

btw (unrelated), do you have any favorite or frequent prompt that you use from awesome prompts? I had kinda forgotten about them.

rpoisel commented 1 month ago

Thanks for filing and providing a workaround! We can keep this issue open with the workaround for anyone keen to solve in the immediate term (locally).

Sure, thx too for this great package!

btw (unrelated), do you have any favorite or frequent prompt that you use from awesome prompts? I had kinda forgotten about them.

Well, yes, I use the Positive Programming prompt quite often. It results in concise answers and positive vibes. :grinning:

xenodium commented 1 month ago

I'll have to check it out :)