Skip to content

Commit

Permalink
Supppor OpenAI's O1 (#216)
Browse files Browse the repository at this point in the history
* feat: add support for o1 model

* feat: update non-vision message

* chore: bump version to 2.2.0
  • Loading branch information
mondaychen authored Sep 13, 2024
1 parent 4d32baa commit 0ac2899
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 67 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuji-web",
"version": "2.1.3",
"version": "2.2.0",
"description": "A tool that redefines web interaction, making complex online tasks as simple as uttering a single command.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"formik": "^2.4.5",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"openai": "^4.47.1",
"openai": "^4.60.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
Expand All @@ -44,7 +44,7 @@
"react-use": "^17.4.0",
"tailwindcss": "^3.4.4",
"webextension-polyfill": "0.10.0",
"zod": "^3.22.4",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.1",
"zustand": "^4.5.2"
},
Expand Down
Loading

0 comments on commit 0ac2899

Please sign in to comment.