ci(release): 1.14.0-beta.5 [skip ci]

## [1.14.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.4...v1.14.0-beta.5) (2024-08-16)

### Features

* Add new feature to support gpt-4o variant models with different pricing ([8551448](855144876d))
This commit is contained in:
semantic-release-bot 2024-08-16 07:02:56 +00:00
parent 5100368b5a
commit db3494d377
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.14.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.4...v1.14.0-beta.5) (2024-08-16)
### Features
* Add new feature to support gpt-4o variant models with different pricing ([8551448](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/855144876d796ceebb0930fec45ead6cc3834f14))
## [1.14.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.3...v1.14.0-beta.4) (2024-08-15)

View File

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