Skip to content

Commit 8829ac3

Browse files
author
Theodore Li
committed
Remove byok types that aren't implemented
1 parent 829b8d4 commit 8829ac3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/sim/tools/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export type BYOKProviderId =
1616
| 'google_cloud'
1717
| 'huggingface'
1818
| 'linkup'
19-
| 'runway'
20-
| 'luma'
21-
| 'minimax'
22-
| 'falai'
2319

2420
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD'
2521

0 commit comments

Comments
 (0)