mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 16:18:27 +00:00
fix: if we do not set glm config, we use deault (#952)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
a10d5f57b2
commit
322425b099
@ -61,7 +61,7 @@ class Config(metaclass=Singleton):
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user