Skip to content

Commit cd530ba

Browse files
authored
fix: deploy using python 3.12 (#329)
* allow LLM to extend timeout * create default collection using app_name * deploy agent using python3.12 byfault
1 parent b951f26 commit cd530ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/integrations/ve_faas/ve_faas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _create_function(self, function_name: str, path: str):
114114
name=function_name,
115115
description="Created by VeADK (Volcengine Agent Development Kit)",
116116
tags=[TagForCreateFunctionInput(key="provider", value="veadk")],
117-
runtime="native-python3.10/v1",
117+
runtime="native-python3.12/v1",
118118
request_timeout=1800,
119119
envs=envs,
120120
memory_mb=2048,

0 commit comments

Comments
 (0)