fsal commited on
Commit
74c86a1
1 Parent(s): 1a4b73c

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +5 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
  # AI CHANGELOG
 
 
 
 
 
2
  ## [Added model parameter to get_texts_and_retriever_cacheable_wrapper and get_texts_and_multiretriever functions](https://github.com/fsal/streamlit-hf/commit/60ad63df0529a9f6a993084d9eeefdf68b04bdbc)
3
  Wed Feb 14 11:45:08 2024 +0100
4
  - The commit introduces a new 'model' parameter to the 'get_texts_and_retriever_cacheable_wrapper' and 'get_texts_and_multiretriever' functions in 'app.py' and 'llm_resources.py' respectively. This allows the caller to specify the model to be used.
 
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.
5
+ - The changes include more specific instructions for the chatbot, such as asking the user for missing information, offering to connect the user with a human operator if it can't answer a question, and not suggesting the user to read the policy or look for information elsewhere.
6
+ - The bot is also instructed to respond in Italian, using a friendly but formal style, and to be precise and concise in its responses.
7
  ## [Added model parameter to get_texts_and_retriever_cacheable_wrapper and get_texts_and_multiretriever functions](https://github.com/fsal/streamlit-hf/commit/60ad63df0529a9f6a993084d9eeefdf68b04bdbc)
8
  Wed Feb 14 11:45:08 2024 +0100
9
  - The commit introduces a new 'model' parameter to the 'get_texts_and_retriever_cacheable_wrapper' and 'get_texts_and_multiretriever' functions in 'app.py' and 'llm_resources.py' respectively. This allows the caller to specify the model to be used.