Skip to content

Commit

Permalink
fix: if we do not set glm config, we use deault (eosphoros-ai#952)
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 authored and Hopshine committed Sep 10, 2024
1 parent 0669de6 commit 116378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgpt/_private/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self) -> None:
if self.zhipu_proxy_api_key:
os.environ["zhipu_proxyllm_proxy_api_key"] = self.zhipu_proxy_api_key
os.environ["zhipu_proxyllm_proxyllm_backend"] = os.getenv(
"ZHIPU_MODEL_VERSION"
"ZHIPU_MODEL_VERSION", "chatglm_pro"
)

# wenxin
Expand Down

0 comments on commit 116378c

Please sign in to comment.