Skip to content

Commit

Permalink
add llm
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Jan 14, 2025
1 parent dedffde commit 3563bc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions format_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
max_tokens=250,
timeout=None,
max_retries=2,
# other params...
)

prompt = ChatPromptTemplate.from_messages(
Expand All @@ -39,5 +38,4 @@
}
)

print(chain)
print(chain.content)
print(chain)

0 comments on commit 3563bc4

Please sign in to comment.