mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
move the llm_prompt_constants to its own folder
This commit is contained in:
@@ -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/llm_prompt_constants.js';
|
||||
import { CONTEXT_PROMPTS } from '../../services/llm/prompts/llm_prompt_constants.js';
|
||||
|
||||
// LLM service constants
|
||||
export const LLM_CONSTANTS = {
|
||||
|
||||
Reference in New Issue
Block a user