Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 9269e82

Browse files
committed
chore: clean default local engines
1 parent f8c1df6 commit 9269e82

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

engine/utils/config_yaml_utils.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ constexpr const auto kDefaultCorsEnabled = true;
2424
const std::vector<std::string> kDefaultEnabledOrigins{
2525
"http://localhost:39281", "http://127.0.0.1:39281", "http://0.0.0.0:39281"};
2626
constexpr const auto kDefaultNoProxy = "example.com,::1,localhost,127.0.0.1";
27-
const std::vector<std::string> kDefaultSupportedEngines{
28-
kLlamaEngine, kOnnxEngine, kTrtLlmEngine, kPythonEngine};
29-
30-
27+
const std::vector<std::string> kDefaultSupportedEngines{kLlamaEngine,
28+
kPythonEngine};
3129

3230
struct CortexConfig {
3331
std::string logFolderPath;

0 commit comments

Comments
 (0)