From 3563bc44ef464e9ad49d8bc3356675ed59f67c04 Mon Sep 17 00:00:00 2001 From: erexer <13180883+erexer@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:13:43 -0800 Subject: [PATCH] add llm --- format_file.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/format_file.py b/format_file.py index 002c8ef..de02500 100644 --- a/format_file.py +++ b/format_file.py @@ -18,7 +18,6 @@ max_tokens=250, timeout=None, max_retries=2, - # other params... ) prompt = ChatPromptTemplate.from_messages( @@ -39,5 +38,4 @@ } ) -print(chain) -print(chain.content) \ No newline at end of file +print(chain) \ No newline at end of file