CodeMind / config.yaml
devjas1
(FIX): update generator model path and quantization settings in config.yaml
a6fd692
raw
history blame contribute delete
397 Bytes
embedding:
model_path: "./models/embeddinggemma-300m"
dim: 768
truncate_to: 128
generator:
model_path: "./models/phi2.Q/phi-2.Q3_K_M.gguf"
quantization: "Q3_K_M"
max_tokens: 512
n_ctx: 2048
retrieval:
vector_store: "faiss"
top_k: 5
similarity_threshold: 0.75
commit:
tone: "imperative"
style: "conventional"
max_length: 72
logging:
verbose: true
telemetry: false