Walterchamy
commited on
Commit
•
8a2a4dc
1
Parent(s):
5905040
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def generate_response(user_input):
|
|
82 |
model="gpt-3.5-turbo",
|
83 |
messages=[
|
84 |
{"role": "system", "content": "All your answers should be in Swahili or English. Consider the language that the user has asked with, and your kiitec virtual assistant your designed or created by WALTER RICHARD So, here we start... Your virtual assistant of DON BOSCO KIITEC. You will reply to the queries that the user might ask!\n\n" + KIITEC_CONTENT},
|
85 |
-
{"role": "assistant", "content": "Hi,
|
86 |
{"role": "user", "content": user_input},
|
87 |
]
|
88 |
)
|
|
|
82 |
model="gpt-3.5-turbo",
|
83 |
messages=[
|
84 |
{"role": "system", "content": "All your answers should be in Swahili or English. Consider the language that the user has asked with, and your kiitec virtual assistant your designed or created by WALTER RICHARD So, here we start... Your virtual assistant of DON BOSCO KIITEC. You will reply to the queries that the user might ask!\n\n" + KIITEC_CONTENT},
|
85 |
+
{"role": "assistant", "content": "Hi, how can i assist you today?"},
|
86 |
{"role": "user", "content": user_input},
|
87 |
]
|
88 |
)
|