diff --git a/CHANGELOG.md b/CHANGELOG.md index 57affa69..0c6c5df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,11 @@ -## [1.3.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0-beta.1) (2024-05-17) +## [1.3.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0) (2024-05-19) -### Features - -* **base_graph:** alligned with main ([73fa31d](https://github.com/VinciGit00/Scrapegraph-ai/commit/73fa31db0f791d1fd63b489ac88cc6e595aa07f9)) +### Features -### CI +* add new model ([8c7afa7](https://github.com/VinciGit00/Scrapegraph-ai/commit/8c7afa7570f0a104578deb35658168435cfe5ae1)) -* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](https://github.com/VinciGit00/Scrapegraph-ai/commit/fd3e0aa5823509dfb46b4f597521c24d4eb345f1)) ## [1.2.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.3...v1.2.4) (2024-05-17) diff --git a/pyproject.toml b/pyproject.toml index 89f340c8..37347e91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.3.0b1" +version = "1.3.0" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [ diff --git a/scrapegraphai/helpers/models_tokens.py b/scrapegraphai/helpers/models_tokens.py index f8881d75..f1780049 100644 --- a/scrapegraphai/helpers/models_tokens.py +++ b/scrapegraphai/helpers/models_tokens.py @@ -27,6 +27,8 @@ }, "gemini": { "gemini-pro": 128000, + "gemini-1.5-flash-latest":128000, + "gemini-1.5-pro-latest":128000, "models/embedding-001": 2048 }, @@ -49,6 +51,7 @@ "dbrx": 32768, "dbrx:instruct": 32768, "nous-hermes2:34b": 4096, + "orca-mini": 2048, # embedding models "nomic-embed-text": 8192, "snowflake-arctic-embed:335m": 8192,