Skip to content

Commit

Permalink
change default glm module to GLM-4-Flash (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh1994 authored Sep 29, 2024
1 parent 390917b commit 3fae1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazyllm/module/onlineChatModule/glmModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class GLMModule(OnlineChatModuleBase, FileHandlerBase):

def __init__(self,
base_url: str = "https://open.bigmodel.cn/api/paas/v4",
model: str = "glm-4",
model: str = "GLM-4-Flash",
stream: str = True,
return_trace: bool = False,
**kwargs):
Expand Down

0 comments on commit 3fae1ce

Please sign in to comment.