Skip to content

Commit

Permalink
[feat](document) use <all_public>
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledoux committed Oct 18, 2024
1 parent b65ca6f commit 5c295ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Config(BaseConfig):
albert_with_history: bool = Field(True, description="Conversational mode")
albert_history_lookup: int = Field(0, description="How far we lookup in the history")
albert_max_rewind: int = Field(20, description="Max history rewind for stability purposes")
albert_all_public_command: str = Field("__all_public__", description="Command to use to get all public collections")
albert_all_public_command: str = Field("<all_public>", description="Command to use to get all public collections")
conversation_obsolescence: int = Field(
15 * 60, description="time after which a conversation is considered obsolete, in seconds"
)
Expand Down

0 comments on commit 5c295ca

Please sign in to comment.