Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -61,7 +61,7 @@ margin-bottom: 2.5rem">{}</div> """
|
|
61 |
#Stuff Chain Type Prompt template
|
62 |
|
63 |
@st.cacche_resource
|
64 |
-
def load_prompt()
|
65 |
|
66 |
system_template="""Use only the following pieces of earnings context to answer the users question accurately.
|
67 |
Do not use any information not provided in the earnings context and remember you are a to speak like a finance expert.
|
|
|
61 |
#Stuff Chain Type Prompt template
|
62 |
|
63 |
@st.cacche_resource
|
64 |
+
def load_prompt():
|
65 |
|
66 |
system_template="""Use only the following pieces of earnings context to answer the users question accurately.
|
67 |
Do not use any information not provided in the earnings context and remember you are a to speak like a finance expert.
|