fsal commited on
Commit
8045124
1 Parent(s): 9986d52

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +18 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,22 @@
1
  # AI CHANGELOG
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  ## [Removed version bump workflow and downgraded duckduckgo-search library](https://github.com/fsal/streamlit-hf/commit/6a0b217369f290998d75141d537366f1f0aed0e9)
3
  Fri Feb 2 10:17:38 2024 +0100
4
  - Deleted the GitHub action workflow for bumping the version of the project (bumpver.yml).
 
1
  # AI CHANGELOG
2
+ ## [Refactor and update the language model and Azure settings](https://github.com/fsal/streamlit-hf/commit/9986d52cd44055dbb02f796180c110ef53d1d7f3)
3
+ Fri Feb 2 11:41:33 2024 +0100
4
+ - 1. Deleted the .env-example file.
5
+ - 2. Updated the copyright holder in the LICENSE file.
6
+ - 3. Updated the langchain-streamlit-demo/app.py file, which includes several changes:
7
+ - Refactored the import statements.
8
+ - Removed the Azure settings and commented out the related code.
9
+ - Increased the maximum value for the 'Number of Chunks' slider.
10
+ - Disabled the LangSmith API Key input field.
11
+ - 4. Updated the langchain-streamlit-demo/defaults.py file:
12
+ - Added a new model 'gpt-4-turbo-preview' to the MODEL_DICT dictionary.
13
+ - Set the default model to 'gpt-4-turbo-preview'.
14
+ - Commented out the Azure related variables and dictionary.
15
+ - 5. Updated the langchain-streamlit-demo/llm_resources.py file:
16
+ - Set default values for the 'azure_available' and 'azure_dict' parameters in the 'get_llm' function.
17
+ - 6. Updated the requirements.txt file:
18
+ - Added 'langchain-community==0.0.16' to the list of requirements.
19
+ - Commented out 'mypy==1.8.0'.
20
  ## [Removed version bump workflow and downgraded duckduckgo-search library](https://github.com/fsal/streamlit-hf/commit/6a0b217369f290998d75141d537366f1f0aed0e9)
21
  Fri Feb 2 10:17:38 2024 +0100
22
  - Deleted the GitHub action workflow for bumping the version of the project (bumpver.yml).