fsal commited on
Commit
b494fdf
1 Parent(s): 64ddbf9

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +7 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
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.
 
1
  # AI CHANGELOG
2
+ ## [Updated Dockerfile, Streamlit app, and default settings](https://github.com/fsal/streamlit-hf/commit/64ddbf9a83b76663d86c52c18c956c825f304ae2)
3
+ Fri Feb 2 12:15:17 2024 +0100
4
+ - 1. Dockerfile: Changed ownership of copied files to 'appuser' and added XSRF protection flag to Streamlit command.
5
+ - 2. Streamlit app: Commented out 'python_coder' and 'research_assistant' imports and their related functions. Added a new feature to select a test question from a dropdown menu.
6
+ - 3. Default settings: Changed the default system prompt and added a list of test questions.
7
+ - 4. Streamlit config: Disabled CORS and XSRF protection.
8
+ - 5. LLM resources: Commented out 'qagen' and 'summarize' imports and their related functions.
9
  ## [Refactor and update the language model and Azure settings](https://github.com/fsal/streamlit-hf/commit/9986d52cd44055dbb02f796180c110ef53d1d7f3)
10
  Fri Feb 2 11:41:33 2024 +0100
11
  - 1. Deleted the .env-example file.