Slycat commited on
Commit
6480db9
1 Parent(s): a326a39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ def main(question):
33
  result = chat_client.predict(
34
 
35
  "Howdy!", # str in 'System Prompt' Textbox component
 
36
  "You are an AI language model and must return truthful responses as per the information below\n ##Input: Information: Your name is Southampton GPT. You are a helpful and truthful chatbot. You can help answer any questions about Southampton University."
37
  + information + question,
38
  fn_index=3
 
33
  result = chat_client.predict(
34
 
35
  "Howdy!", # str in 'System Prompt' Textbox component
36
+ "new.json",
37
  "You are an AI language model and must return truthful responses as per the information below\n ##Input: Information: Your name is Southampton GPT. You are a helpful and truthful chatbot. You can help answer any questions about Southampton University."
38
  + information + question,
39
  fn_index=3