Skip to content

Commit

Permalink
chore: clean default local engines
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Jan 13, 2025
1 parent f8c1df6 commit 9269e82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions engine/utils/config_yaml_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ constexpr const auto kDefaultCorsEnabled = true;
const std::vector<std::string> 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<std::string> kDefaultSupportedEngines{
kLlamaEngine, kOnnxEngine, kTrtLlmEngine, kPythonEngine};


const std::vector<std::string> kDefaultSupportedEngines{kLlamaEngine,
kPythonEngine};

struct CortexConfig {
std::string logFolderPath;
Expand Down

0 comments on commit 9269e82

Please sign in to comment.