IJ-Reynolds HF Staff commited on
Commit
e7c4fea
·
verified ·
1 Parent(s): 862be30

Update streamlit_app.py

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