You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/byok/byok.tsx
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ import {
14
14
ModalHeader,
15
15
}from'@/components/emcn'
16
16
import{
17
-
AhrefsIcon,
18
17
AnthropicIcon,
19
-
ApifyIcon,
20
18
BrowserUseIcon,
21
19
ElevenLabsIcon,
22
20
ExaAIIcon,
@@ -30,8 +28,6 @@ import {
30
28
OpenAIIcon,
31
29
PerplexityIcon,
32
30
SerperIcon,
33
-
TavilyIcon,
34
-
ZepIcon,
35
31
}from'@/components/icons'
36
32
import{Skeleton}from'@/components/ui'
37
33
import{
@@ -121,34 +117,13 @@ const PROVIDERS: {
121
117
description: 'Web search and content retrieval',
122
118
placeholder: 'Enter your Linkup API key',
123
119
},
124
-
{
125
-
id: 'tavily',
126
-
name: 'Tavily',
127
-
icon: TavilyIcon,
128
-
description: 'AI-powered web search and content extraction',
129
-
placeholder: 'Enter your Tavily API key',
130
-
},
131
120
{
132
121
id: 'perplexity',
133
122
name: 'Perplexity',
134
123
icon: PerplexityIcon,
135
124
description: 'AI-powered chat and web search',
136
125
placeholder: 'pplx-...',
137
126
},
138
-
{
139
-
id: 'zep',
140
-
name: 'Zep',
141
-
icon: ZepIcon,
142
-
description: 'Long-term memory for AI agents',
143
-
placeholder: 'Enter your Zep API key',
144
-
},
145
-
{
146
-
id: 'ahrefs',
147
-
name: 'Ahrefs',
148
-
icon: AhrefsIcon,
149
-
description: 'SEO analysis, backlinks, and keyword research',
150
-
placeholder: 'Enter your Ahrefs API key',
151
-
},
152
127
{
153
128
id: 'jina',
154
129
name: 'Jina AI',
@@ -170,13 +145,6 @@ const PROVIDERS: {
170
145
description: 'Translate, Maps, PageSpeed, and Books APIs',
171
146
placeholder: 'Enter your Google Cloud API key',
172
147
},
173
-
{
174
-
id: 'apify',
175
-
name: 'Apify',
176
-
icon: ApifyIcon,
177
-
description: 'Web scraping, automation, and actor execution',
0 commit comments