From 36fb5a4c63aada8e8107b8e9d97a6ba128d13494 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 29 Sep 2024 01:24:04 +0000 Subject: feature(web): Add the ability to customize the inference prompts. Fixes #170 --- packages/trpc/routers/_app.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/trpc/routers/_app.ts') diff --git a/packages/trpc/routers/_app.ts b/packages/trpc/routers/_app.ts index 577b523e..01c92e6a 100644 --- a/packages/trpc/routers/_app.ts +++ b/packages/trpc/routers/_app.ts @@ -3,6 +3,7 @@ import { adminAppRouter } from "./admin"; import { apiKeysAppRouter } from "./apiKeys"; import { bookmarksAppRouter } from "./bookmarks"; import { listsAppRouter } from "./lists"; +import { promptsAppRouter } from "./prompts"; import { tagsAppRouter } from "./tags"; import { usersAppRouter } from "./users"; @@ -12,6 +13,7 @@ export const appRouter = router({ users: usersAppRouter, lists: listsAppRouter, tags: tagsAppRouter, + prompts: promptsAppRouter, admin: adminAppRouter, }); // export type definition of API -- cgit v1.2.3-70-g09d2