Louis-François Bouchard commited on
Commit
a9af7d5
1 Parent(s): 9a82f74

Typo fix (#32)

Browse files

* fixed typos

* prompt for acronyms

* remove plural for relevance

* added email for failure case

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 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.
 
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. Email us at louis@towardsai.net for any issue with the bot!",
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.