We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3704e7 commit bf74e9eCopy full SHA for bf74e9e
1 file changed
answer/settings.py
@@ -39,7 +39,7 @@ class Settings(BaseSettings):
39
retrivier_k: int = 10
40
MAX_BUTTONS: int = 5
41
max_length: int = 200
42
- collection_name: str = 'bookstack_v0'
+ collection_name: str = 'bookstack_main'
43
warning_message: str = ' Ответ сгенерирован ИИ и может содержать неточности.'
44
45
0 commit comments