Sathishkumartheta
commited on
Commit
•
d0a907a
1
Parent(s):
f5b8cd0
Update gradio_module.py
Browse files- gradio_module.py +1 -1
gradio_module.py
CHANGED
@@ -53,7 +53,7 @@ def respond2(
|
|
53 |
):
|
54 |
|
55 |
prompt=prompts.compose_prompt(
|
56 |
-
system_message='You are
|
57 |
human_message=message
|
58 |
)
|
59 |
reply=chat_model.invoke(prompt)
|
|
|
53 |
):
|
54 |
|
55 |
prompt=prompts.compose_prompt(
|
56 |
+
system_message='You are a friendly Chatbot.',
|
57 |
human_message=message
|
58 |
)
|
59 |
reply=chat_model.invoke(prompt)
|