Skip to content

Commit 04b05fb

Browse files
adjust lchain ollama notebook
1 parent 2e18fea commit 04b05fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llm/lchain_ollama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _():
8181
),
8282
HumanMessage(
8383
content=(
84-
"Given a DataFrame with columns 'product', 'year', and 'sales', calculates the total sales for each product over the specified years. ")
84+
"Given a DataFrame with columns 'product' and 'sales', calculates the total sales for each product.")
8585
),
8686
]
8787

0 commit comments

Comments
 (0)