Skip to content

Commit a8d9b53

Browse files
committed
move base models endpoint to right place
1 parent c897c25 commit a8d9b53

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

apps/sim/stores/providers/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const logger = createLogger('ProvidersStore')
77

88
const PROVIDER_CONFIGS: Record<ProviderName, ProviderConfig> = {
99
base: {
10-
apiEndpoint: '/api/models/available',
10+
apiEndpoint: '/api/providers/base/models',
1111
dedupeModels: true,
1212
updateFunction: () => {},
1313
},

0 commit comments

Comments
 (0)