Skip to content

Commit 8d37ecd

Browse files
committed
remove dead code
1 parent 7956706 commit 8d37ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/copilot/vfs/serializers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ const DYNAMIC_PROVIDERS_NOTE = {
348348

349349
function getStaticModelOptionsForVFS(): StaticModelOption[] {
350350
const hostedProviders = new Set(['openai', 'anthropic', 'google'])
351-
const dynamicProviders = new Set(['ollama', 'vllm', 'openrouter', 'fireworks'])
351+
const dynamicProviders = new Set<string>(DYNAMIC_MODEL_PROVIDERS)
352352

353353
const baseTierFlags = new Map<string, TierFlags>()
354354
for (const providerId of hostedProviders) {

0 commit comments

Comments
 (0)