Skip to content

Commit 55e5d6b

Browse files
authored
feat: revert temp bedrock test api (supabase#36669)
1 parent dd66bbb commit 55e5d6b

File tree

5 files changed

+31
-234
lines changed

5 files changed

+31
-234
lines changed

apps/studio/middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const HOSTED_SUPPORTED_API_URLS = [
1414
'/ai/sql/title',
1515
'/ai/sql/cron',
1616
'/ai/feedback/classify',
17-
'/ai/temp/bedrock-test',
1817
'/get-ip-address',
1918
'/get-utc-time',
2019
'/edge-functions/test',

apps/studio/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"build:graphql-types:watch": "pnpm graphql-codegen --config scripts/codegen.ts --watch"
2626
},
2727
"dependencies": {
28-
"@ai-sdk/amazon-bedrock": "^2.2.10",
2928
"@ai-sdk/openai": "^0.0.72",
3029
"@dagrejs/dagre": "^1.0.4",
3130
"@deno/eszip": "0.83.0",
@@ -61,11 +60,9 @@
6160
"@tanstack/react-query-devtools": "4.35.7",
6261
"@tanstack/react-table": "^8.21.3",
6362
"@uidotdev/usehooks": "^2.4.1",
64-
"@vercel/functions": "^2.2.2",
6563
"@vitejs/plugin-react": "^4.3.4",
6664
"@zip.js/zip.js": "^2.7.29",
6765
"ai": "^3.4.33",
68-
"ai-4": "npm:ai@4",
6966
"ai-commands": "workspace:*",
7067
"awesome-debounce-promise": "^2.1.0",
7168
"common": "workspace:*",

apps/studio/pages/api/ai/temp/bedrock-test.ts

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

0 commit comments

Comments
 (0)