Update readme.
This commit is contained in:
parent
01c941e29d
commit
b36990f550
18
README.md
18
README.md
@ -24,6 +24,8 @@ R Vibe Tool is a powerful Command-Line Interface (CLI) utility designed for Linu
|
|||||||
|
|
||||||
### Environment Variables
|
### 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
|
#### Ollama Configuration
|
||||||
```bash
|
```bash
|
||||||
export R_MODEL="qwen2.5:3b"
|
export R_MODEL="qwen2.5:3b"
|
||||||
@ -39,6 +41,22 @@ export R_KEY="sk-ant-[your-key]"
|
|||||||
./r
|
./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
|
## Best Practices
|
||||||
|
|
||||||
1. Use `~/.rcontext.txt` to define specific behavioral instructions
|
1. Use `~/.rcontext.txt` to define specific behavioral instructions
|
||||||
|
Loading…
Reference in New Issue
Block a user