mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-06 21:11:37 +08:00
Merge branch 'main' into anthropic-refactoring
This commit is contained in:
commit
37a4a8a482
@ -1,6 +1,7 @@
|
||||
## [1.15.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0-beta.2...v1.15.0-beta.3) (2024-08-24)
|
||||
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update abstract graph ([86fe5fc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/86fe5fcaf1a6ba28786678874378f07fba1db40f))
|
||||
@ -13,6 +14,7 @@
|
||||
* abstract graph ([cf1fada](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/cf1fada36a6716cb0e24bbc5da7509446a964145))
|
||||
|
||||
|
||||
|
||||
### Docs
|
||||
|
||||
* added sponsors ([b3a2d0d](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b3a2d0d65a41f6e645fac3fc84f702fdf64b951c))
|
||||
@ -36,6 +38,7 @@
|
||||
|
||||
* **models_tokens:** add llama2 and llama3 sizes explicitly ([b05ec16](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b05ec16b252d00c9c9ee7c6d4605b420851c7754))
|
||||
|
||||
|
||||
## [1.14.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.3...v1.14.0) (2024-08-20)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
[project]
|
||||
name = "scrapegraphai"
|
||||
version = "1.15.0b3"
|
||||
|
||||
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
|
||||
authors = [
|
||||
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },
|
||||
|
||||
@ -138,6 +138,7 @@ models_tokens = {
|
||||
"claude-3-5-sonnet-20240620": 200000,
|
||||
},
|
||||
"bedrock": {
|
||||
"anthropic.claude-3-5-sonnet-20240620": 200000,
|
||||
"anthropic.claude-3-haiku-20240307-v1:0": 200000,
|
||||
"anthropic.claude-3-sonnet-20240229-v1:0": 200000,
|
||||
"anthropic.claude-3-opus-20240229-v1:0": 200000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user