File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
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
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ name = "scrapegraphai"
55version = " 1.8.0b1"
66
77
8-
98description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
109authors = [
1110 { name = " Marco Vinciguerra" , email = " mvincig11@gmail.com" },
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments