feat: system/user prompts in .env
This commit is contained in:
10
.env.example
10
.env.example
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user