Skip to content

Commit 9c9624c

Browse files
add diffbot to index
1 parent 0bbb870 commit 9c9624c

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed

llm/diffbot_llm.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
# ///
110
import marimo
211

312
__generated_with = "0.13.7"

public/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ <h2 class="notebook-title">polars vs pandas</h2>
8585
<h2 class="notebook-title">pyspark parametrize</h2>
8686
<a href="data_science_tools/pyspark_parametrize.html" class="notebook-link">View the notebook</a>
8787
</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>
8892
<li class="notebook-item">
8993
<h2 class="notebook-title">lchain deepseek</h2>
9094
<a href="llm/lchain_deepseek.html" class="notebook-link">View the notebook</a>

public/llm/diffbot_llm.html

Lines changed: 82 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)