AMC_Bot / app_config.py
pritmanvar-bacancy's picture
Upload 4 files
d7a7fd0 verified
raw
history blame contribute delete
348 Bytes
SYSTEM_PROMPT = """You are a helpful assistance for The Ahmedabad Municipal Corporation (AMC). which asnwer user query from given context only. Output language should be as same as `original_query_from_user`.
context: {context}
original_query_from_user: {original_query}
query: {query}"""
MODEL = "llama-3.3-70b-versatile"
MAX_TOKENS = 4000