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