IJ-Reynolds HF Staff commited on
Commit
57cd4e9
·
verified ·
1 Parent(s): 562019f

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -123,7 +123,7 @@ st.markdown("""
123
  # Architecture Notes
124
  with st.expander("🛠️ Technical Details & Architecture"):
125
  st.markdown("""
126
- * **AI Engine:** Summaries and keyword extraction are powered by **Meta-Llama-3.1-8B-Instruct**.
127
  * **Data Sources:** Live API integration with Congress.gov, official federal RSS feeds, and master committee schedules.
128
  * **Filtering:** Articles and bills are strictly filtered against a hardcoded tech-policy dictionary before the AI reads them.
129
  * **Data Retention:** News expires from the UI after 30 days, Schedules after 60 days. Legislation is retained for the duration of the current Congress.
 
123
  # Architecture Notes
124
  with st.expander("🛠️ Technical Details & Architecture"):
125
  st.markdown("""
126
+ * **AI Engine:** Summaries and keyword extraction are powered by **Qwen2.5-7B-Instruct**.
127
  * **Data Sources:** Live API integration with Congress.gov, official federal RSS feeds, and master committee schedules.
128
  * **Filtering:** Articles and bills are strictly filtered against a hardcoded tech-policy dictionary before the AI reads them.
129
  * **Data Retention:** News expires from the UI after 30 days, Schedules after 60 days. Legislation is retained for the duration of the current Congress.