From 087cbcbc8f93665eade60156f070ada5847f3e58 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Wed, 26 Mar 2025 08:44:04 +0100 Subject: [PATCH 1/2] feat: add new model openai support --- scrapegraphai/helpers/models_tokens.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scrapegraphai/helpers/models_tokens.py b/scrapegraphai/helpers/models_tokens.py index eedf1cb9..9da7968b 100644 --- a/scrapegraphai/helpers/models_tokens.py +++ b/scrapegraphai/helpers/models_tokens.py @@ -14,6 +14,7 @@ "gpt-4-turbo": 128000, "gpt-4-turbo-2024-04-09": 128000, "gpt-4-1106-preview": 128000, + "gpt-4o-search-preview": 128000, "gpt-4-vision-preview": 128000, "gpt-4": 8192, "gpt-4-0613": 8192, From b3dec871282e1634a3576c640b6ae7ebae7e9c1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Mar 2025 07:45:24 +0000 Subject: [PATCH 2/2] ci(release): 1.44.0 [skip ci] ## [1.44.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.43.1...v1.44.0) (2025-03-26) ### Features * add new model openai support ([087cbcb](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/087cbcbc8f93665eade60156f070ada5847f3e58)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932904d1..1896eadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.44.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.43.1...v1.44.0) (2025-03-26) + + +### Features + +* add new model openai support ([087cbcb](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/087cbcbc8f93665eade60156f070ada5847f3e58)) + ## [1.43.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.43.0...v1.43.1) (2025-03-21) diff --git a/pyproject.toml b/pyproject.toml index f43fb44e..7ada11c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.43.1" +version = "1.44.0"