Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jun 20, 2024
1 parent bcda8f7 commit 2539c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_ai_assistant/helpers/assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ def get_contextualize_prompt(self) -> ChatPromptTemplate:
return ChatPromptTemplate.from_messages(
[
("system", contextualize_q_system_prompt),
# TODO: make history key confirgurable?
# TODO: make history key configurable?
MessagesPlaceholder("history"),
# TODO: make input key confirgurable?
# TODO: make input key configurable?
("human", "{input}"),
]
)
Expand Down

0 comments on commit 2539c61

Please sign in to comment.