Explorar o código

Define LIMIT_LEARNABLE_PAGE_COUNT & set debug value

Shun Miyazawa hai 1 ano
pai
achega
0369094a42
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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';
 import type { IVectorStore } from './vector-store';
 
 
+
+export const LIMIT_LEARNABLE_PAGE_COUNT = 5;
+
 /*
 /*
 *  Objects
 *  Objects
 */
 */