From 26e9cfd3f60619f74a0c4886f827a32f2ccc6447 Mon Sep 17 00:00:00 2001 From: sangjanai Date: Wed, 19 Mar 2025 17:19:21 +0700 Subject: [PATCH] chore: change default GH user agent --- engine/utils/engine_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/utils/engine_constants.h b/engine/utils/engine_constants.h index 4f560131f..2c5cd1be3 100644 --- a/engine/utils/engine_constants.h +++ b/engine/utils/engine_constants.h @@ -14,7 +14,7 @@ constexpr const auto kLlamaLibPath = "./engines/cortex.llamacpp"; constexpr auto static kHuggingFaceHost = "huggingface.co"; constexpr auto static kGitHubHost = "api.github.com"; constexpr auto static kCortexFolderName = "cortexcpp"; -constexpr auto static kDefaultGHUserAgent = "cortexcpp"; +constexpr auto static kDefaultGHUserAgent = "menloresearch"; constexpr auto static kWindowsOs = "windows"; constexpr auto static kMacOs = "mac";