diff --git a/engine/utils/config_yaml_utils.h b/engine/utils/config_yaml_utils.h index 73eaf3084..1f4b242ce 100644 --- a/engine/utils/config_yaml_utils.h +++ b/engine/utils/config_yaml_utils.h @@ -24,10 +24,8 @@ constexpr const auto kDefaultCorsEnabled = true; const std::vector kDefaultEnabledOrigins{ "http://localhost:39281", "http://127.0.0.1:39281", "http://0.0.0.0:39281"}; constexpr const auto kDefaultNoProxy = "example.com,::1,localhost,127.0.0.1"; -const std::vector kDefaultSupportedEngines{ - kLlamaEngine, kOnnxEngine, kTrtLlmEngine, kPythonEngine}; - - +const std::vector kDefaultSupportedEngines{kLlamaEngine, + kPythonEngine}; struct CortexConfig { std::string logFolderPath;