Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|