From 247a8339eb140f10e310e251e2cbef75a88bb53a Mon Sep 17 00:00:00 2001 From: HQ-YYK <1850115720@qq.com> Date: Thu, 6 Aug 2026 11:30:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E4=BB=A3=E7=A0=81=E4=B8=AD=E7=9A=84=20API=20Key=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/C1/01_langchain_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/C1/01_langchain_example.py b/code/C1/01_langchain_example.py index 33346e1c3..6a2c06296 100644 --- a/code/C1/01_langchain_example.py +++ b/code/C1/01_langchain_example.py @@ -52,7 +52,7 @@ model="glm-4.7-flash-free", temperature=0.7, max_tokens=4096, - api_key=os.getenv("DEEPSEEK_API_KEY"), + api_key=os.getenv("AIHUBMIX_API_KEY"), base_url="https://aihubmix.com/v1" )