Skip to content

Commit 09f15ec

Browse files
committed
fix(linker): yo
1 parent d54d547 commit 09f15ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/linker_books/bulk_add_alt_titles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ def classify_index_of_citation():
289289

290290
prompt = ChatPromptTemplate.from_messages(
291291
[
292-
("system", SYSTEM_PROMPT),
293-
("user", USER_PROMPT),
292+
("system", system_prompt),
293+
("user", user_prompt),
294294
]
295295
)
296296

0 commit comments

Comments
 (0)