Skip to content

Commit 6e56e47

Browse files
authored
Merge pull request #472 from ScrapeGraphAI/temp
allignment
2 parents bf0a2f3 + 3cf7089 commit 6e56e47

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
## [1.10.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.0-beta.2...v1.10.0-beta.3) (2024-07-20)
1+
## [1.9.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.1...v1.9.2) (2024-07-20)
2+
3+
4+
### Bug Fixes
5+
6+
* azure models ([03f4a3a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/03f4a3aa29c42a9a312c4afb6818de3450e7cedf))
7+
8+
9+
### chore
10+
11+
* remove unused workflow ([5c6dd8d](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5c6dd8de4da08f09b5dd93c525d14b44778c9659))
12+
13+
## [1.9.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0...v1.9.1) (2024-07-12)
14+
215

316

417
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name = "scrapegraphai"
33

44

5-
6-
version = "1.10.0b3"
5+
version = "1.9.2"
76

87

98

scrapegraphai/helpers/models_tokens.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@
1919
"gpt-4o-mini":128000,
2020
},
2121
"azure": {
22-
"gpt-3.5-turbo": 4096,
22+
"gpt-3.5-turbo-0125": 16385,
23+
"gpt-3.5": 4096,
24+
"gpt-3.5-turbo": 16385,
25+
"gpt-3.5-turbo-1106": 16385,
26+
"gpt-3.5-turbo-instruct": 4096,
27+
"gpt-4-0125-preview": 128000,
28+
"gpt-4-turbo-preview": 128000,
29+
"gpt-4-turbo": 128000,
30+
"gpt-4-turbo-2024-04-09": 128000,
31+
"gpt-4-1106-preview": 128000,
32+
"gpt-4-vision-preview": 128000,
2333
"gpt-4": 8192,
2434
"gpt-4-0613": 8192,
2535
"gpt-4-32k": 32768,

0 commit comments

Comments
 (0)