File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.43.0] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.42.1...v1.43.0 ) (2025-03-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * add intrgration for o3min ([ fc0a148] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fc0a1480174e59e395232af123ad8ce64595e029 ) )
7
+
1
8
## [ 1.42.1] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.42.0...v1.42.1 ) (2025-03-12)
2
9
3
10
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Then we can use them in the graph configuration as follows:
30
30
31
31
graph_config = {
32
32
" llm" : {
33
- " model" : " llama3" ,
33
+ " model" : " ollama/ llama3" ,
34
34
" temperature" : 0.0 ,
35
35
" format" : " json" ,
36
36
},
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " scrapegraphai"
3
3
4
- version = " 1.42.1 "
4
+ version = " 1.43.0 "
5
5
6
6
7
7
You can’t perform that action at this time.
0 commit comments