feat(model): Support glm4.5 models (#2867)

This commit is contained in:
Fangyin Cheng
2025-07-29 16:21:14 +08:00
committed by GitHub
parent 150e84ed18
commit 154b6927fa
4 changed files with 4439 additions and 4510 deletions

View File

@@ -35,8 +35,6 @@ initialize_tracer(
async def main():
from dbgpt.model.proxy.llms.siliconflow import SiliconFlowLLMClient
agent_memory = AgentMemory()
llm_client = SiliconFlowLLMClient(
model_alias=os.getenv(
"SILICONFLOW_MODEL_VERSION", "Qwen/Qwen2.5-Coder-32B-Instruct"