Skip to content

Commit

Permalink
chore: Update system message template in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AIWithShrey committed Jul 30, 2024
1 parent 6de68cd commit 1e478e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def load_prompt_and_system_ins():
"""

system_instructions = SystemMessage(
content=system_message_template,
content=template,
metadata={"role": "system"},
)

Expand Down

0 comments on commit 1e478e1

Please sign in to comment.