fsal commited on
Commit
a903d8d
1 Parent(s): 31bc350

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +6 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
  # AI CHANGELOG
 
 
 
 
 
 
2
  ## [Updated DEFAULT_SYSTEM_PROMPT in defaults.py](https://github.com/fsal/streamlit-hf/commit/1a4b73c9906b66de4cb84278deace6da002f276e)
3
  Wed Feb 14 12:08:04 2024 +0100
4
  - In the langchain-streamlit-demo/defaults.py file, the DEFAULT_SYSTEM_PROMPT string has been updated. This string sets the behavior for the chatbot in the context of a call center operator for Poste Assicurazioni.
 
1
  # AI CHANGELOG
2
+ ## [Updated tool instructions and test questions](https://github.com/fsal/streamlit-hf/commit/31bc3504284659b8c928d492f29437978c0c2faa)
3
+ Wed Feb 14 12:52:20 2024 +0100
4
+ - 1. Updated the doc_chain_tool function's docstring to include a warning about not trusting the tool if it claims to have no direct information.
5
+ - 2. Changed the DEFAULT_SYSTEM_PROMPT to instruct the chatbot to behave like a call center operator and use the 'user-document-chat' tool. Also added a new instruction to ignore the tool's response if it has direct information and instead offer to connect the customer with a human operator.
6
+ - 3. Updated the phrasing of the test questions in the TEST_QUESTIONS list for clarity.
7
+ - 4. Reduced the default retriever value from 10 to 5 in the DEFAULT_RETRIEVER_K variable.
8
  ## [Updated DEFAULT_SYSTEM_PROMPT in defaults.py](https://github.com/fsal/streamlit-hf/commit/1a4b73c9906b66de4cb84278deace6da002f276e)
9
  Wed Feb 14 12:08:04 2024 +0100
10
  - In the langchain-streamlit-demo/defaults.py file, the DEFAULT_SYSTEM_PROMPT string has been updated. This string sets the behavior for the chatbot in the context of a call center operator for Poste Assicurazioni.