Skip to content

Commit 29ac8fb

Browse files
committed
changes needed
1 parent a6b44bb commit 29ac8fb

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/github_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0928_webpage_summarizer.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",
@@ -548,7 +548,7 @@
548548
],
549549
"metadata": {
550550
"kernelspec": {
551-
"display_name": "llms",
551+
"display_name": ".venv",
552552
"language": "python",
553553
"name": "python3"
554554
},
@@ -562,7 +562,7 @@
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,

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ exclude_patterns:
99
- .github/*
1010
- .pytest_cache/*
1111
- .venv/*
12+
- _build/*
13+
- "*.csv"
1214

1315
execute:
1416
execute_notebooks: "off"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ plotly
55
# needed for plotly
66
nbformat
77
statsmodels
8-
jupyter-book
8+
jupyter-book==1.0.3

0 commit comments

Comments
 (0)