Skip to content

Commit b6a78e9

Browse files
authored
Merge branch 'main' into temp
2 parents f3cbbce + 5d2e592 commit b6a78e9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* add research with bing + test function ([aa2160c](https://github.com/VinciGit00/Scrapegraph-ai/commit/aa2160c108764745a696ffc16038f370e9702c14))
88

99

10+
1011
### Bug Fixes
1112

1213
* updated for schema changes ([aedda44](https://github.com/VinciGit00/Scrapegraph-ai/commit/aedda448682ce5a921a62e661bffb02478bab75f))
@@ -17,6 +18,7 @@
1718
* **release:** 1.7.0-beta.13 [skip ci] ([ce0a47a](https://github.com/VinciGit00/Scrapegraph-ai/commit/ce0a47aee5edbb26fd82e41f6688a4bc48a10822))
1819
* **release:** 1.7.0-beta.14 [skip ci] ([ec77ff7](https://github.com/VinciGit00/Scrapegraph-ai/commit/ec77ff7ea4eb071469c2fb53e5959d4ea1f73ad6))
1920

21+
2022
## [1.7.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.7.3...v1.7.4) (2024-06-21)
2123

2224

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name = "scrapegraphai"
55
version = "1.8.0b1"
66

77

8-
98
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
109
authors = [
1110
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },

scrapegraphai/helpers/models_tokens.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@
8282
"claude2": 9000,
8383
"claude2.1": 200000,
8484
"claude3": 200000,
85-
"claude3.5": 200000
85+
"claude3.5": 200000,
86+
"claude-3-opus-20240229": 200000,
87+
"claude-3-sonnet-20240229": 200000,
88+
"claude-3-haiku-20240307": 200000,
89+
"claude-3-5-sonnet-20240620": 200000
8690
},
8791
"bedrock": {
8892
"anthropic.claude-3-haiku-20240307-v1:0": 200000,

0 commit comments

Comments
 (0)