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 7
7
* add research with bing + test function ([ aa2160c] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/aa2160c108764745a696ffc16038f370e9702c14 ) )
8
8
9
9
10
+
10
11
### Bug Fixes
11
12
12
13
* updated for schema changes ([ aedda44] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/aedda448682ce5a921a62e661bffb02478bab75f ) )
17
18
* ** release:** 1.7.0-beta.13 [ skip ci] ([ ce0a47a] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/ce0a47aee5edbb26fd82e41f6688a4bc48a10822 ) )
18
19
* ** release:** 1.7.0-beta.14 [ skip ci] ([ ec77ff7] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/ec77ff7ea4eb071469c2fb53e5959d4ea1f73ad6 ) )
19
20
21
+
20
22
## [ 1.7.4] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.7.3...v1.7.4 ) (2024-06-21)
21
23
22
24
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ name = "scrapegraphai"
5
5
version = " 1.8.0b1"
6
6
7
7
8
-
9
8
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
10
9
authors = [
11
10
{ name = " Marco Vinciguerra" , email = " mvincig11@gmail.com" },
Original file line number Diff line number Diff line change 82
82
"claude2" : 9000 ,
83
83
"claude2.1" : 200000 ,
84
84
"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
86
90
},
87
91
"bedrock" : {
88
92
"anthropic.claude-3-haiku-20240307-v1:0" : 200000 ,
You can’t perform that action at this time.
0 commit comments