Spaces:
Runtime error
Runtime error
Adrian Cowham
commited on
Commit
·
06150c8
1
Parent(s):
03cc8ac
fixing author name in prompt
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -23,7 +23,7 @@ K = 5
|
|
23 |
USE_VERBOSE = True
|
24 |
API_KEY = os.environ["OPENAI_API_KEY"]
|
25 |
system_template = """
|
26 |
-
The context below contains excerpts from 'Let's Talk,' by
|
27 |
"I'm sorry, but I can't find the answer to your question in, the book Let's Talk..."
|
28 |
|
29 |
Here is the context:
|
|
|
23 |
USE_VERBOSE = True
|
24 |
API_KEY = os.environ["OPENAI_API_KEY"]
|
25 |
system_template = """
|
26 |
+
The context below contains excerpts from 'Let's Talk,' by Andrea A. Lunsford. You must only use the information in the context below to formulate your response. If there is not enough information to formulate a response, you must respond with
|
27 |
"I'm sorry, but I can't find the answer to your question in, the book Let's Talk..."
|
28 |
|
29 |
Here is the context:
|