mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 17:36:25 +02:00
fix: bypass gateway for local model connection tests
This commit is contained in:
parent
de24293cce
commit
e9b392b0b9
3 changed files with 32 additions and 2 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && tsc",
|
||||
"dev": "tsc -w"
|
||||
"dev": "tsc -w",
|
||||
"test": "tsc --pretty false && node --test dist/models/models.test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^2.0.63",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue