Skip to content

Commit baa2294

Browse files
committed
Add gpt-4o-mini
1 parent 64f77da commit baa2294

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.0.2
2+
- Adds gpt-4o-mini model
3+
14
# 2.0.1
25
- Feature: fewer clicks to select profile
36
- Bugfix: fix unchecked access in profile compatibility check

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Page Summarizer",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "Summarize web pages using OpenAI API",
66
"permissions": [
77
"activeTab",

src/pages/config.html

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1>Page summarizer</h1>
6868
<option value="gpt-4">GPT 4</option>
6969
<option value="gpt-4-turbo">GPT 4 Turbo</option>
7070
<option value="gpt-4o">GPT 4o</option>
71+
<option value="gpt-4o-mini">GPT 4o Mini</option>
7172
</select>
7273
</div>
7374

src/pages/popup.html

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h2 class="position-relative">
3838
<option value="gpt-4">GPT 4</option>
3939
<option value="gpt-4-turbo">GPT 4 Turbo</option>
4040
<option value="gpt-4o">GPT 4o</option>
41+
<option value="gpt-4o-mini">GPT 4o Mini</option>
4142
</select>
4243
</div>
4344

0 commit comments

Comments
 (0)