From 6de2b6937f892277b7cdec1f8cd2f2662d0aec85 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 4 Jan 2025 17:00:11 +0100 Subject: [PATCH] Updated context. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8351520..3f85269 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Note for the hackers: the openai api key in history of this repo is revoked. I am aware there's one. But for so far, thanks for checking it out. I feel very safe and stuff. Something about this site attracks certain people. Mostly with good intentions AFAIK. ## Project description -R is a great and fast command line interface for gpt. It's also optimized for integration into other tools like vim. You can use it interactive or in a script like this: +R is a great and fast command line interface for gpt. It's also optimized for integration into other tools like vim. It works with base context files so that your client has a certain personality or way of writing that you prefer always. I always want to to give examples using the C programming language without mentioning it for example. This archievable by making a file like [.rcontext.txt](.rcontext.txt). The `.rcontext.txt` in your local directory has priority over the one in your home directory what is also an option. You can use it interactive or in a script like this: ```bash r where do ponies come from? ```