mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-23 04:09:49 +00:00
Initial commit
This commit is contained in:
@@ -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