[EVO] Add language configuration to environment and argument parsing

This commit is contained in:
Brocowlee
2025-03-04 10:09:47 +00:00
parent 0ac482f6d3
commit a688b8822a
3 changed files with 5 additions and 1 deletions

View File

@@ -331,6 +331,9 @@ def create_app(args):
},
log_level=args.log_level,
namespace_prefix=args.namespace_prefix,
addon_params={
"language": args.language,
},
auto_manage_storages_states=False,
)
else: # azure_openai