File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 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
+
2
15
3
16
4
17
### Bug Fixes
Original file line number Diff line number Diff line change 2
2
name = " scrapegraphai"
3
3
4
4
5
-
6
- version = " 1.10.0b3"
5
+ version = " 1.9.2"
7
6
8
7
9
8
Original file line number Diff line number Diff line change 19
19
"gpt-4o-mini" :128000 ,
20
20
},
21
21
"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 ,
23
33
"gpt-4" : 8192 ,
24
34
"gpt-4-0613" : 8192 ,
25
35
"gpt-4-32k" : 32768 ,
You can’t perform that action at this time.
0 commit comments