Files
ask262/src/constants.ts
T
bendtherules c239e28119 chore: remove obsolete config.json references
Deleted the `config.json` entry from the package file list and removed the corresponding `CONFIG_FILE` constant, cleaning up unused configuration references.
2026-04-14 17:17:26 +05:30

9 lines
332 B
TypeScript

export const STORAGE_DIR = "./storage";
export const SPEC_DIR = "./spec-built/multipage";
export const CODE_DIR = "./engine262/src";
export const GRAPH_FILE = "./graphology/graph.json";
// Model configurations
export const EMBEDDING_MODEL = "qwen3-embedding:0.6b";
export const RERANKER_MODEL = "dengcao/Qwen3-Reranker-0.6B:Q8_0";