mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
docs: document config persistence in README
This commit is contained in:
parent
9a8f5e8305
commit
6c5933811d
1 changed files with 3 additions and 0 deletions
|
|
@ -216,6 +216,9 @@ export PERPLEXITY_API_KEY="your-api-key" # for search capabilities
|
|||
export STRIX_REASONING_EFFORT="high" # control thinking effort (default: high, quick scan: medium)
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> Strix automatically saves your configuration to `~/.strix/cli-config.json`, so you don't have to re-enter it on every run.
|
||||
|
||||
**Recommended models for best results:**
|
||||
|
||||
- [OpenAI GPT-5](https://openai.com/api/) — `openai/gpt-5`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue