From b36990f550a06b210aed02fc0c5ffe66672e501b Mon Sep 17 00:00:00 2001 From: retoor <retoor@molodetz.nl> Date: Tue, 8 Apr 2025 10:22:47 +0200 Subject: [PATCH] Update readme. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1a57e66..1632ae1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ R Vibe Tool is a powerful Command-Line Interface (CLI) utility designed for Linu ### Environment Variables +TIP: create bash files containg these variables and make them easily accessable. For example by symlinking them to `~/.bash_aliases` or `~/.bash_profile`. Or even easier, make them executable and put them in /usr/local/bin. + #### Ollama Configuration ```bash export R_MODEL="qwen2.5:3b" @@ -39,6 +41,22 @@ export R_KEY="sk-ant-[your-key]" ./r ``` +#### OpenAI Configuration +```bash +export R_MODEL="gpt-4o-mini" +export R_BASE_URL="https://api.openai.com" +export R_KEY="sk-[your-key]" +./r +``` + +#### Grok Configuration +```bash +export R_MODEL="grok-2" +export R_BASE_URL="https://api.x.ai" +export R_USE_STRICT=false +export R_KEY="xai-gfh" +``` + ## Best Practices 1. Use `~/.rcontext.txt` to define specific behavioral instructions