Omar Solano commited on
Commit
b46dbf7
1 Parent(s): cb35787

new response to invalidated question (#21)

Browse files
Files changed (1) hide show
  1. cfg.py +1 -1
cfg.py CHANGED
@@ -47,7 +47,7 @@ buster_cfg = BusterConfig(
47
  "unknown_threshold": 0.85,
48
  "embedding_model": "text-embedding-ada-002",
49
  "use_reranking": True,
50
- "invalid_question_response": "This question does not seem relevant to my current knowledge.",
51
  "check_question_prompt": """You are a chatbot, answering questions about large language models and artificial intelligence.
52
  Your job is to determine whether user's question is valid or not. Users will not always submit a question either.
53
  Users will ask all sorts of questions, and some might be tangentially related to artificial intelligence.
 
47
  "unknown_threshold": 0.85,
48
  "embedding_model": "text-embedding-ada-002",
49
  "use_reranking": True,
50
+ "invalid_question_response": "This question does not seem relevant my AI knowledge. If the question is related to AI, please send us feedback! \n PS: I'm still learning, so I might not know the answer to your question, you can also try without acronyms in your question.",
51
  "check_question_prompt": """You are a chatbot, answering questions about large language models and artificial intelligence.
52
  Your job is to determine whether user's question is valid or not. Users will not always submit a question either.
53
  Users will ask all sorts of questions, and some might be tangentially related to artificial intelligence.