Skip to content

Commit

Permalink
facts minor prompt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Nov 15, 2024
1 parent bfd6842 commit c6bb774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def obtain_emotional_message(uid: str, memory: Memory, context: str, emotion: st
class Facts(BaseModel):
facts: List[Fact] = Field(
min_items=0,
max_items=3,
# max_items=3,
description="List of new user facts, preferences, interests, or topics.",
)

Expand Down

0 comments on commit c6bb774

Please sign in to comment.