Skip to content

Commit

Permalink
[feat] add jinja2
Browse files Browse the repository at this point in the history
Adds Jinja2 to the requirements to improve the prompting experience
  • Loading branch information
AlekseyKorshuk authored Oct 28, 2024
1 parent c8a45e5 commit f428077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def _remove_excluded(description: str) -> str:
'together',
'transformers',
'typing-extensions',
'jinja2',
),
extras_require={
# Used in development.
Expand Down

0 comments on commit f428077

Please sign in to comment.