mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
rename plano => planoai
This commit is contained in:
parent
e8170f76ca
commit
9366070d76
4 changed files with 8 additions and 8 deletions
|
|
@ -65,13 +65,13 @@ export ANTHROPIC_API_KEY="your-anthropic-key-here"
|
|||
```bash
|
||||
# Install and start the gateway
|
||||
pip install archgw
|
||||
archgw up
|
||||
planoai up
|
||||
```
|
||||
|
||||
### Step 4: Launch Enhanced Claude Code
|
||||
```bash
|
||||
# This will launch Claude Code with multi-model routing
|
||||
archgw cli-agent claude
|
||||
planoai cli-agent claude
|
||||
```
|
||||

|
||||
|
||||
|
|
@ -111,7 +111,7 @@ llm_providers:
|
|||
### Override Model Selection
|
||||
```bash
|
||||
# Force a specific model for this session
|
||||
archgw cli-agent claude --settings='{"ANTHROPIC_SMALL_FAST_MODEL": "deepseek-coder-v2"}'
|
||||
planoai cli-agent claude --settings='{"ANTHROPIC_SMALL_FAST_MODEL": "deepseek-coder-v2"}'
|
||||
|
||||
### Environment Variables
|
||||
The system automatically configures these variables for Claude Code:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue