Skip to content

Commit 913eff7

Browse files
committed
fix: correct default model to hy3
1 parent 71eda03 commit 913eff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/code_review_agent/agent/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
def get_model_config():
55
api_key = os.environ.get("TRPC_AGENT_API_KEY", "EMPTY")
66
url = os.environ.get("TRPC_AGENT_BASE_URL", "http://127.0.0.1:8000/v1")
7-
model_name = os.environ.get("TRPC_AGENT_MODEL_NAME", "tencent/Hy3")
7+
model_name = os.environ.get("TRPC_AGENT_MODEL_NAME", "hy3")
88
return api_key, url, model_name

0 commit comments

Comments
 (0)