branch: elpa/gptel
commit 17f39f6a8144496252eacc012ef7f1d6a2ac883a
Author: Karthik Chikmagalur <karthikchikmaga...@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmaga...@gmail.com>

    gptel-transient: Update crowdsourced prompts url
    
    * gptel-transient.el (gptel--crowdsourced-prompts-url): Update
    according to #360.  Closes #360.
---
 gptel-transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gptel-transient.el b/gptel-transient.el
index e1c418720a..845e343ae9 100644
--- a/gptel-transient.el
+++ b/gptel-transient.el
@@ -105,7 +105,7 @@ Or is it the other way around?"
     (format "You are a prose editor. Rewrite the following text to be more 
professional.")))
 
 (defvar gptel--crowdsourced-prompts-url
-  "https://github.com/f/awesome-chatgpt-prompts/raw/main/prompts.csv";
+  
"https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv";
   "URL for crowdsourced LLM system prompts.")
 
 (defvar gptel--crowdsourced-prompts

Reply via email to