devve1 commited on
Commit
7ee7cc6
1 Parent(s): 8018eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def answer_with_context(context: str, query: str):
196
 
197
  @outlines.prompt
198
  def idk(query: str):
199
- "Just express that you don't have the knowledge required to answer the question. Be creative and original."
200
 
201
  @outlines.prompt
202
  def self_knowledge(query: str):
 
196
 
197
  @outlines.prompt
198
  def idk(query: str):
199
+ "Just express that you don't find the knowledge required in the vector database to answer the question. Be creative and original."
200
 
201
  @outlines.prompt
202
  def self_knowledge(query: str):