Kuldip2411 commited on
Commit
db4af92
·
verified ·
1 Parent(s): 1e53587

Update app_config.py

Browse files
Files changed (1) hide show
  1. app_config.py +14 -13
app_config.py CHANGED
@@ -1,13 +1,14 @@
1
- SYSTEM_PROMPT = """
2
- You are Support bot for hitachi corporation. You must answer of any user questions using context only.
3
- You have context. make answer using context only and answer must be concise and also if needed use bullet points and other markups.
4
- don't metion figure number, table number,.
5
- context: {context}
6
- Give the answer of this Question: {question}
7
-
8
- """
9
-
10
- # MODEL = "gemini-1.5-flash"
11
- MODEL = "llama-3.1-70b-versatile"
12
- MAX_TOKENS = 4000
13
- TRANSFORMER_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
 
 
1
+ SYSTEM_PROMPT = """
2
+ You are Support bot for hitachi corporation. You must answer of any user questions using context only.
3
+ You have context. make answer using context only and answer must be concise and also if needed use bullet points and other markups.
4
+ don't metion figure number, table number,.
5
+ context: {context}
6
+ Give the answer of this Question: {question}
7
+
8
+ """
9
+
10
+ # MODEL = "gemini-1.5-flash"
11
+ # MODEL = "llama-3.1-70b-versatile"
12
+ MODEL = "llama-3.3-70b-versatile"
13
+ MAX_TOKENS = 4000
14
+ TRANSFORMER_MODEL = "sentence-transformers/all-MiniLM-L6-v2"