Skip to content

Commit c55498e

Browse files
Merge remote-tracking branch 'upstream/dev' into dev
2 parents a91d423 + e55c39a commit c55498e

346 files changed

Lines changed: 3135 additions & 1244 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,17 @@ $ bun run dev
199199

200200
And it'll open the frontend at http://localhost:3000
201201

202+
### Manual testing with opencode
203+
204+
You can manually check provider changes with opencode by:
205+
206+
```bash
207+
$ bun install
208+
$ cd packages/web
209+
$ bun run build
210+
$ OPENCODE_MODELS_PATH="dist/_api.json" opencode
211+
```
212+
202213
### Questions?
203214

204215
Open an issue if you need help or have questions about contributing.

providers/abacus/models/gemini-3.1-flash-lite-preview.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ open_weights = false
1212
[cost]
1313
input = 0.25
1414
output = 1.50
15+
cache_read = 0.025
16+
cache_write = 1.00
1517

1618
[limit]
1719
context = 1_048_576

providers/amazon-bedrock/models/ai21.jamba-1-5-large-v1:0.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/amazon-bedrock/models/ai21.jamba-1-5-mini-v1:0.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/amazon-bedrock/models/amazon.titan-text-express-v1.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

providers/amazon-bedrock/models/amazon.titan-text-express-v1:0:8k.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

providers/amazon-bedrock/models/anthropic.claude-3-opus-20240229-v1:0.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/amazon-bedrock/models/anthropic.claude-3-sonnet-20240229-v1:0.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/amazon-bedrock/models/anthropic.claude-instant-v1.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/amazon-bedrock/models/anthropic.claude-v2.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)