xenodium / chatgpt-shell

A multi-llm Emacs shell (ChatGPT, Claude, Gemini) + editing integrations
https://xenodium.com
GNU General Public License v3.0
846 stars 75 forks source link

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

Closed rpoisel closed 1 month ago

rpoisel commented 3 months 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 3 months 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 3 months 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 3 months 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 3 months ago

I'll have to check it out :)

xenodium commented 1 month ago

Looks like loading is no longer an issue. Gonna close this issue. Please reopen if otherwise.