Skip to content

Commit 472a746

Browse files
committed
fix base url name
1 parent 8724858 commit 472a746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

veadk/community/langchain_ai/models/ark_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, model: str, **kwargs):
2727
model=model,
2828
api_key=secret_from_env("MODEL_AGENT_API_KEY")(),
2929
base_url=from_env(
30-
"MODEL_AGENT_API_BASE_URL",
30+
"MODEL_AGENT_API_BASE",
3131
default="https://ark.cn-beijing.volces.com/api/v3",
3232
)(),
3333
**kwargs,

0 commit comments

Comments
 (0)