Skip to content

Commit

Permalink
Use j2 file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
njbbaer committed Oct 24, 2024
1 parent 7e15b0e commit fb482bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lm_executors/chat_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class ChatExecutor:
TEMPLATE_PATH = "src/lm_executors/chat_executor_template.yml"
TEMPLATE_PATH = "src/lm_executors/chat_executor_template.j2"

def __init__(self, context):
self.context = context
Expand Down
File renamed without changes.

0 comments on commit fb482bb

Please sign in to comment.