feat: system/user prompts in .env

This commit is contained in:
2025-12-30 02:30:08 +03:00
parent 0599dbcdf4
commit 0e4e438cbc
2 changed files with 28 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
MD_FOLDER=my_docs
EMBEDDING_MODEL=mxbai-embed-large:latest
LLM_MODEL=qwen2.5:7b-instruct-q8_0
SYSTEM_PROMPT="You are a precise technical assistant. Cite sources using [filename]. Be concise."
USER_PROMPT_TEMPLATE="Previous Conversation:
{history}
Context from Docs:
{context}
Current Question: {question}"