Skip to content

Commit 0ac2899

Browse files
authored
Supppor OpenAI's O1 (#216)
* feat: add support for o1 model * feat: update non-vision message * chore: bump version to 2.2.0
1 parent 4d32baa commit 0ac2899

File tree

6 files changed

+290
-67
lines changed

6 files changed

+290
-67
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuji-web",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "A tool that redefines web interaction, making complex online tasks as simple as uttering a single command.",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,7 @@
3535
"formik": "^2.4.5",
3636
"immer": "^10.0.3",
3737
"lodash": "^4.17.21",
38-
"openai": "^4.47.1",
38+
"openai": "^4.60.0",
3939
"react": "18.2.0",
4040
"react-dom": "18.2.0",
4141
"react-icons": "^5.0.1",
@@ -44,7 +44,7 @@
4444
"react-use": "^17.4.0",
4545
"tailwindcss": "^3.4.4",
4646
"webextension-polyfill": "0.10.0",
47-
"zod": "^3.22.4",
47+
"zod": "^3.23.8",
4848
"zod-validation-error": "^3.3.1",
4949
"zustand": "^4.5.2"
5050
},

0 commit comments

Comments
 (0)