first commit
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from sage import app
|
|
| 4 |
from langchain.schema.runnable import RunnableConfig
|
| 5 |
|
| 6 |
|
| 7 |
-
welcome_message = "Welcome!
|
| 8 |
|
| 9 |
@cl.on_chat_start
|
| 10 |
async def start_chat():
|
|
|
|
| 4 |
from langchain.schema.runnable import RunnableConfig
|
| 5 |
|
| 6 |
|
| 7 |
+
welcome_message = "Welcome! I am Sage,a digital assistant that help you quickly find answers to HR and policy questions. How can I help you today?"
|
| 8 |
|
| 9 |
@cl.on_chat_start
|
| 10 |
async def start_chat():
|