Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrichards4 committed Oct 22, 2024
1 parent 2533bd6 commit bf87703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_app/redbox_app/redbox_core/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def save_ai_message(
chat_message=chat_message,
text=document.page_content,
creator=document.metadata.get("creator_type", "Unknown"),
url=document.metadata.get("original_resource_ref", "Unknown")
url=document.metadata.get("original_resource_ref", "Unknown"),
)

if self.metadata and self.metadata.input_tokens:
Expand Down

0 comments on commit bf87703

Please sign in to comment.