Update main.py
Browse files
main.py
CHANGED
@@ -72,6 +72,7 @@ model = HuggingFaceEndpoint(
|
|
72 |
|
73 |
@cl.on_chat_start
|
74 |
async def on_chat_start():
|
|
|
75 |
template = """Answer the question based only on the following context:
|
76 |
|
77 |
{context}
|
|
|
72 |
|
73 |
@cl.on_chat_start
|
74 |
async def on_chat_start():
|
75 |
+
await cl.Message(f"> REVIEWSTREAM").send()
|
76 |
template = """Answer the question based only on the following context:
|
77 |
|
78 |
{context}
|