diff --git a/models/models.go b/models/models.go index bb572e9868b00366e3476c8c59405be0a9de27c5..a82ca5be70be43d604c8ff8410339922935d3723 100644 --- a/models/models.go +++ b/models/models.go @@ -308,9 +308,11 @@ func All() []Model { }, }, { - ID: "predictable", - Provider: ProviderBuiltIn, - Description: "Deterministic test model (no API key)", + ID: "predictable", + Provider: ProviderBuiltIn, + Description: "Deterministic test model (no API key)", + // Used for testing; should be harmless. + GatewayEnabled: true, RequiredEnvVars: []string{}, Factory: func(config *Config, httpc *http.Client) (llm.Service, error) { return loop.NewPredictableService(), nil