Skip to content

Commit 5ff8cc7

Browse files
authored
Merge pull request #659 from ScrapeGraphAI/temp
allignment
2 parents ca31bd9 + 18277c1 commit 5ff8cc7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## [1.19.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.19.0-beta.4...v1.19.0-beta.5) (2024-09-10)
1+
### Bug Fixes
22

33

4-
### Bug Fixes
4+
* models tokens ([039fe3c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/039fe3c6d91978f70baedfef407bda912a285aed))
5+
6+
## [1.18.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.1...v1.18.2) (2024-09-10)
57

68
* models tokens ([b2be6b7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b2be6b739e0a6b71e16867f751012bc2d95f72c9))
79

@@ -17,6 +19,7 @@
1719

1820
### Bug Fixes
1921

22+
2023
* parse node ([947ebd2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/947ebd2895408c5ebd00b9a3da1b220937553c4a))
2124

2225
## [1.19.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.19.0-beta.1...v1.19.0-beta.2) (2024-09-09)

pyproject.toml

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

4+
45
version = "1.19.0b5"
56

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

scrapegraphai/helpers/models_tokens.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"mistral.mistral-7b-instruct-v0:2": 32768,
158158
"mistral.mixtral-8x7b-instruct-v0:1": 32768,
159159
"mistral.mistral-large-2402-v1:0": 32768,
160+
"mistral.mistral-small-2402-v1:0": 32768,
160161
"amazon.titan-embed-text-v1": 8000,
161162
"amazon.titan-embed-text-v2:0": 8000,
162163
"cohere.embed-english-v3": 512,

0 commit comments

Comments
 (0)