move constants to their own files and folder

This commit is contained in:
perf3ct
2025-03-26 17:56:37 +00:00
parent 44b6734034
commit c49883fdfa
12 changed files with 56 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ import contextService from "../../services/llm/context_service.js";
import sql from "../../services/sql.js";
// Import the index service for knowledge base management
import indexService from "../../services/llm/index_service.js";
import { CONTEXT_PROMPTS } from '../../services/llm/prompts/llm_prompt_constants.js';
import { CONTEXT_PROMPTS } from '../../services/llm/constants/llm_prompt_constants.js';
// LLM service constants
export const LLM_CONSTANTS = {