From 02ccaef5b7766b2048b3d9645cd9cc10c7684976 Mon Sep 17 00:00:00 2001 From: retoor <retoor@molodetz.nl> Date: Tue, 8 Apr 2025 10:26:32 +0200 Subject: [PATCH] Update readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1632ae1..8a1cdb1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ R Vibe Tool is a powerful Command-Line Interface (CLI) utility designed for Linu ## Features - **Flexible AI Integration**: Support for multiple AI models including: - - OpenAI GPT-3.5-turbo (default) + - OpenAI GPT-3.5-turbo (default, if you did not set API key) - Ollama - Anthropic Claude + - Grok - **Customizable Behavior**: Configure tool behavior through `~/.rcontext.txt` - **Agent Support**: Intelligent context-aware assistance @@ -55,6 +56,7 @@ export R_MODEL="grok-2" export R_BASE_URL="https://api.x.ai" export R_USE_STRICT=false export R_KEY="xai-gfh" +./r ``` ## Best Practices