瀏覽代碼

Define LIMIT_LEARNABLE_PAGE_COUNT & set debug value

Shun Miyazawa 1 年之前
父節點
當前提交
0369094a42
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      apps/app/src/features/openai/interfaces/ai-assistant.ts

+ 3 - 0
apps/app/src/features/openai/interfaces/ai-assistant.ts

@@ -4,6 +4,9 @@ import type {
 
 import type { IVectorStore } from './vector-store';
 
+
+export const LIMIT_LEARNABLE_PAGE_COUNT = 5;
+
 /*
 *  Objects
 */