Walterchamy commited on
Commit
b38341f
1 Parent(s): 97645c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ For contact information:
150
  client = OpenAI()
151
 
152
  def generate_response(user_input):
153
- prompt = "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"
154
  response = client.completions.create(
155
  model='gpt-3.5-turbo',
156
  messages=[
 
150
  client = OpenAI()
151
 
152
  def generate_response(user_input):
153
+ prompt = "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
154
  response = client.completions.create(
155
  model='gpt-3.5-turbo',
156
  messages=[