Update app.py
Browse files
app.py
CHANGED
@@ -33,15 +33,12 @@ from langchain.memory import ConversationTokenBufferMemory
|
|
33 |
from langchain.memory import ConversationSummaryMemory
|
34 |
|
35 |
from api_docs_mck import api_docs_str
|
36 |
-
from frequently_asked_questions import instruction_text, frequently_asked_questions
|
37 |
from personvernspolicy import instruction_text_priv, personvernspolicy_data
|
38 |
from frequently_asked_questions import instruction_text_faq, faq
|
39 |
|
40 |
|
41 |
OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY")
|
42 |
|
43 |
-
|
44 |
-
|
45 |
# If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
46 |
daysoff_assistant_template = """
|
47 |
You are a customer support assistant (’kundeservice AI assistent’) for Daysoff.
|
|
|
33 |
from langchain.memory import ConversationSummaryMemory
|
34 |
|
35 |
from api_docs_mck import api_docs_str
|
|
|
36 |
from personvernspolicy import instruction_text_priv, personvernspolicy_data
|
37 |
from frequently_asked_questions import instruction_text_faq, faq
|
38 |
|
39 |
|
40 |
OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY")
|
41 |
|
|
|
|
|
42 |
# If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
43 |
daysoff_assistant_template = """
|
44 |
You are a customer support assistant (’kundeservice AI assistent’) for Daysoff.
|