Skip to content

Commit c1b729f

Browse files
author
Theodore Li
committed
Fix build issue
1 parent af9d64a commit c1b729f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/sim/tools/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ export type BYOKProviderId =
1111
| 'serper'
1212
| 'firecrawl'
1313
| 'jina'
14+
| 'elevenlabs'
15+
| 'perplexity'
16+
| 'google_cloud'
17+
| 'huggingface'
18+
| 'linkup'
1419

1520
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD'
1621

0 commit comments

Comments
 (0)