FreshPixels commited on
Commit
97d5147
·
verified ·
1 Parent(s): eac3a56

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -22,7 +22,7 @@ class Config:
22
  GLM_FREQUENCY_PENALTY: float = 0.2
23
  GLM_PRESENCE_PENALTY: float = 0.1
24
  GLM_MAX_TOKENS: int = 8192
25
- WEBHOOK_PATH: str = "/webhook2"
26
  # ← другой путь
27
 
28
  def __post_init__(self) -> None:
 
22
  GLM_FREQUENCY_PENALTY: float = 0.2
23
  GLM_PRESENCE_PENALTY: float = 0.1
24
  GLM_MAX_TOKENS: int = 8192
25
+ WEBHOOK_PATH: str = "/webhook"
26
  # ← другой путь
27
 
28
  def __post_init__(self) -> None: