Skip to content

Commit 49b2efa

Browse files
Малышев Сергей ВалерьевичМалышев Сергей Валерьевич
authored andcommitted
fix profanity_check
1 parent bf7b33b commit 49b2efa

File tree

1 file changed

+1
-1
lines changed
  • libs/langchain/gigachat/models

1 file changed

+1
-1
lines changed

libs/langchain/gigachat/models/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ class Chat(BaseModel):
1717
max_tokens: Optional[int] = None
1818
repetition_penalty: Optional[float] = None
1919
update_interval: Optional[float] = None
20-
profanity_check: Optional[float] = None
20+
profanity_check: Optional[bool] = None

0 commit comments

Comments
 (0)