momegas commited on
Commit
29ad627
·
1 Parent(s): c8b0adf
Files changed (3) hide show
  1. .gitignore +2 -0
  2. app.py +5 -7
  3. documents/steps.txt +6 -15
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .venv
2
+ .env
app.py CHANGED
@@ -15,23 +15,21 @@ from langchain.schema import AIMessage, HumanMessage, SystemMessage
15
  dotenv.load_dotenv()
16
 
17
 
18
- system_message = """You are the helpful ecredit assistant bot.
19
- You are here to help people with their questions about loans.
20
- You only answer loans questions. Never make up an answer.
21
  You answers should be in Greek.
22
- Make them as helpful as possible.
23
- Always finish your sentences with a period.
24
- Always mention that customers can call ecredit for more information.
25
  """
26
 
27
  prompt_template = """Use the following pieces of context to answer the question at the end.
28
  If you don't know the answer, just say that you don't know, don't try to make up an answer.
 
29
 
 
30
  {context}
31
 
32
  Question: {question}
33
  Answer in Greek:
34
-
35
  """
36
  PROMPT = PromptTemplate(
37
  template=prompt_template, input_variables=["context", "question"]
 
15
  dotenv.load_dotenv()
16
 
17
 
18
+ system_message = """You are the helpful assistant representing the company ecredit.
 
 
19
  You answers should be in Greek.
20
+ If you don't know the answer, just say that you don't know, don't try to make up an answer.
21
+ Always finish your answer with "για περισσότερες πληροφορίες καλέστε στο: XXXXXXXXXXX.".
 
22
  """
23
 
24
  prompt_template = """Use the following pieces of context to answer the question at the end.
25
  If you don't know the answer, just say that you don't know, don't try to make up an answer.
26
+ Only answer questions that are related to the context. If it's not in the context say "Δεν γνωρίζω".
27
 
28
+ Context:
29
  {context}
30
 
31
  Question: {question}
32
  Answer in Greek:
 
33
  """
34
  PROMPT = PromptTemplate(
35
  template=prompt_template, input_variables=["context", "question"]
documents/steps.txt CHANGED
@@ -13,24 +13,15 @@
13
 
14
 
15
  Βήματα​​
16
- 01
17
- Γνωριμία
18
  Γνωριμία, διερεύνηση πραγματικών αναγκών
19
-
20
- 02
21
- Αίτημα
22
  Αίτημα οικονομικής προέγκρισης βάση επιλογής σας
23
- 03
24
- Απαντήσεις
25
  Οικονομική προέγκριση, οριστικοποίηση ποσού δανείου
26
- 04
27
- Έλεγχοι​
28
  Νομικός και τεχνικός έλεγχος ακινήτου από την τράπεζα, τελική έγκριση
29
-
30
- 05
31
- Εκταμίευση
32
  Προχωράμε σε συμβόλαια και εκταμίευση του δανείου.
33
-
34
- 06
35
- Συνεχής Υποστήριξη
36
  Συνεχίζουμε να σας υποστηρίζουμε και να σας βοηθάμε να υπερνικήσετε πιθανά εμπόδια
 
13
 
14
 
15
  Βήματα​​
16
+ Βήμα 01
 
17
  Γνωριμία, διερεύνηση πραγματικών αναγκών
18
+ Βήμα 02
 
 
19
  Αίτημα οικονομικής προέγκρισης βάση επιλογής σας
20
+ Βήμα 03
 
21
  Οικονομική προέγκριση, οριστικοποίηση ποσού δανείου
22
+ Βήμα 04
 
23
  Νομικός και τεχνικός έλεγχος ακινήτου από την τράπεζα, τελική έγκριση
24
+ Βήμα 05
 
 
25
  Προχωράμε σε συμβόλαια και εκταμίευση του δανείου.
26
+ Βήμα 06
 
 
27
  Συνεχίζουμε να σας υποστηρίζουμε και να σας βοηθάμε να υπερνικήσετε πιθανά εμπόδια