File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - name : Checkout repository
1919 uses : actions/checkout@v4
2020
21- - name : Set up Python 3.11
21+ - name : Set up Python 3.10
2222 uses : actions/setup-python@v5
2323 with :
24- python-version : ' 3.11 '
24+ python-version : ' 3.10 '
2525 cache : ' pip'
2626
2727 - name : Cache pip dependencies
Original file line number Diff line number Diff line change 66 "id" : " 53211323-6a09-452a-b471-98e22d92bfc2" ,
77 "metadata" : {},
88 "source" : [
9- " # 🌐 WebPage Summarizer\n " ,
9+ " # WebPage Summarizer\n " ,
1010 " ---\n " ,
1111 " - 🌍 **Task:** Summarizing webpage content using AI. \n " ,
1212 " - 🧠 **Model:** OpenAI's ``gpt-4o-mini`` and ``llama3.2`` for text summarization. \n " ,
548548 ],
549549 "metadata" : {
550550 "kernelspec" : {
551- "display_name" : " llms " ,
551+ "display_name" : " .venv " ,
552552 "language" : " python" ,
553553 "name" : " python3"
554554 },
562562 "name" : " python" ,
563563 "nbconvert_exporter" : " python" ,
564564 "pygments_lexer" : " ipython3" ,
565- "version" : " 3.11.13 "
565+ "version" : " 3.9.19 "
566566 }
567567 },
568568 "nbformat" : 4 ,
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ exclude_patterns:
99 - .github/*
1010 - .pytest_cache/*
1111 - .venv/*
12+ - _build/*
13+ - " *.csv"
1214
1315execute :
1416 execute_notebooks : " off"
Original file line number Diff line number Diff line change 55# needed for plotly
66nbformat
77statsmodels
8- jupyter-book
8+ jupyter-book == 1.0.3
You can’t perform that action at this time.
0 commit comments