File tree Expand file tree Collapse file tree 3 files changed +95
-0
lines changed Expand file tree Collapse file tree 3 files changed +95
-0
lines changed Original file line number Diff line number Diff line change
1
+ # /// script
2
+ # requires-python = ">=3.11"
3
+ # dependencies = [
4
+ # "langchain-core==0.3.63",
5
+ # "langchain-openai==0.3.18",
6
+ # "marimo",
7
+ # "openai==1.82.1",
8
+ # ]
9
+ # ///
1
10
import marimo
2
11
3
12
__generated_with = "0.13.7"
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ <h2 class="notebook-title">polars vs pandas</h2>
85
85
< h2 class ="notebook-title "> pyspark parametrize</ h2 >
86
86
< a href ="data_science_tools/pyspark_parametrize.html " class ="notebook-link "> View the notebook</ a >
87
87
</ li >
88
+ < li class ="notebook-item ">
89
+ < h2 class ="notebook-title "> diffbot llm</ h2 >
90
+ < a href ="llm/diffbot_llm.html " class ="notebook-link "> View the notebook</ a >
91
+ </ li >
88
92
< li class ="notebook-item ">
89
93
< h2 class ="notebook-title "> lchain deepseek</ h2 >
90
94
< a href ="llm/lchain_deepseek.html " class ="notebook-link "> View the notebook</ a >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments