mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
build: remove tsc
This commit is contained in:
@@ -20,17 +20,17 @@ Add to your OpenCode config (`opencode.json`):
|
||||
### As Standalone CLI
|
||||
|
||||
```bash
|
||||
# Using npx (no install)
|
||||
npx @username/opencode-multi-model open my-session -m openai/gpt-4o anthropic/claude-3-5-sonnet
|
||||
# Using bunx (no install)
|
||||
bunx @username/opencode-multi-model open my-session -m openai/gpt-4o anthropic/claude-3-5-sonnet
|
||||
|
||||
# Or install globally
|
||||
npm install -g @username/opencode-multi-model
|
||||
bun install -g @username/opencode-multi-model
|
||||
opencode-multi-model open my-session -m openai/gpt-4o
|
||||
```
|
||||
|
||||
### As Project Tool
|
||||
|
||||
If you installed it via NPM and want to use it as a project tool, import it from the package:
|
||||
If you installed it via bun and want to use it as a project tool, import it from the package:
|
||||
|
||||
```typescript
|
||||
// .opencode/tools/multi-model.ts
|
||||
|
||||
Reference in New Issue
Block a user