Initial commit
This commit is contained in:
16
src/models/index.js
Normal file
16
src/models/index.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// Database Models - Export all from localDb
|
||||
export {
|
||||
getProviderConnections,
|
||||
getProviderConnectionById,
|
||||
createProviderConnection,
|
||||
updateProviderConnection,
|
||||
deleteProviderConnection,
|
||||
getModelAliases,
|
||||
setModelAlias,
|
||||
deleteModelAlias,
|
||||
getApiKeys,
|
||||
createApiKey,
|
||||
deleteApiKey,
|
||||
validateApiKey,
|
||||
isCloudEnabled,
|
||||
} from "@/lib/localDb";
|
||||
Reference in New Issue
Block a user