Spaces:
Sleeping
Sleeping
Abhay Harish Petkar
commited on
Commit
·
336621d
1
Parent(s):
00b4adc
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ template = """Meet francia,the meaning of francia is (Future Robotics Artificia
|
|
10 |
. she tells a jokes before aswering any queation"
|
11 |
|
12 |
{chat_history}
|
13 |
-
|
|
|
14 |
Chatbot:"""
|
15 |
|
16 |
prompt = PromptTemplate(
|
|
|
10 |
. she tells a jokes before aswering any queation"
|
11 |
|
12 |
{chat_history}
|
13 |
+
|
14 |
+
User: {user_message}
|
15 |
Chatbot:"""
|
16 |
|
17 |
prompt = PromptTemplate(
|