chore(ci): update environment variable for external backend

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto
2026-03-03 22:12:37 +01:00
committed by GitHub
parent 5203fb37a6
commit 8e6fe4531e

View File

@@ -916,7 +916,7 @@ parameters:
application, err := application.New(
append(commonOpts,
config.WithExternalBackend("transformers", os.Getenv("HUGGINGFACE_GRPC")),
config.WithExternalBackend("transformers", os.Getenv("TRANSFORMER_BACKEND")),
config.WithContext(c),
config.WithSystemState(systemState),
)...)