Skip to content

Commit 82585aa

Browse files
authored
Merge pull request ScrapeGraphAI#270 from VinciGit00/try
reallignment
2 parents 191db0b + ec8cbca commit 82585aa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
## [1.3.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0-beta.1) (2024-05-17)
1+
## [1.3.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0) (2024-05-19)
22

33

4-
### Features
5-
6-
* **base_graph:** alligned with main ([73fa31d](https://github.com/VinciGit00/Scrapegraph-ai/commit/73fa31db0f791d1fd63b489ac88cc6e595aa07f9))
74

5+
### Features
86

9-
### CI
7+
* add new model ([8c7afa7](https://github.com/VinciGit00/Scrapegraph-ai/commit/8c7afa7570f0a104578deb35658168435cfe5ae1))
108

11-
* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](https://github.com/VinciGit00/Scrapegraph-ai/commit/fd3e0aa5823509dfb46b4f597521c24d4eb345f1))
129

1310
## [1.2.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.3...v1.2.4) (2024-05-17)
1411

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "scrapegraphai"
33

4-
version = "1.3.0b1"
4+
version = "1.3.0"
55

66
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
77
authors = [

scrapegraphai/helpers/models_tokens.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
},
2828
"gemini": {
2929
"gemini-pro": 128000,
30+
"gemini-1.5-flash-latest":128000,
31+
"gemini-1.5-pro-latest":128000,
3032
"models/embedding-001": 2048
3133
},
3234

@@ -49,6 +51,7 @@
4951
"dbrx": 32768,
5052
"dbrx:instruct": 32768,
5153
"nous-hermes2:34b": 4096,
54+
"orca-mini": 2048,
5255
# embedding models
5356
"nomic-embed-text": 8192,
5457
"snowflake-arctic-embed:335m": 8192,

0 commit comments

Comments
 (0)