ci(release): 1.14.1-beta.1 [skip ci]

## [1.14.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0...v1.14.1-beta.1) (2024-08-21)

### Bug Fixes

* **models_tokens:** add llama2 and llama3 sizes explicitly ([b05ec16](b05ec16b25))
This commit is contained in:
semantic-release-bot 2024-08-21 07:34:37 +00:00
parent b05ec16b25
commit 1b488715e6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.14.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0...v1.14.1-beta.1) (2024-08-21)
### Bug Fixes
* **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.14.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.3...v1.14.0) (2024-08-20)

View File

@ -2,7 +2,7 @@
name = "scrapegraphai" name = "scrapegraphai"
version = "1.14.0" version = "1.14.1b1"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."