Update readme.
This commit is contained in:
parent
b36990f550
commit
02ccaef5b7
@ -7,9 +7,10 @@ R Vibe Tool is a powerful Command-Line Interface (CLI) utility designed for Linu
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Flexible AI Integration**: Support for multiple AI models including:
|
- **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
|
- Ollama
|
||||||
- Anthropic Claude
|
- Anthropic Claude
|
||||||
|
- Grok
|
||||||
|
|
||||||
- **Customizable Behavior**: Configure tool behavior through `~/.rcontext.txt`
|
- **Customizable Behavior**: Configure tool behavior through `~/.rcontext.txt`
|
||||||
- **Agent Support**: Intelligent context-aware assistance
|
- **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_BASE_URL="https://api.x.ai"
|
||||||
export R_USE_STRICT=false
|
export R_USE_STRICT=false
|
||||||
export R_KEY="xai-gfh"
|
export R_KEY="xai-gfh"
|
||||||
|
./r
|
||||||
```
|
```
|
||||||
|
|
||||||
## Best Practices
|
## Best Practices
|
||||||
|
Loading…
Reference in New Issue
Block a user