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

Commit b31878d

Browse files
chore: change default GH user agent (#2150)
Co-authored-by: sangjanai <sang@jan.ai>
1 parent 3fef2db commit b31878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/utils/engine_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ constexpr const auto kLlamaLibPath = "./engines/cortex.llamacpp";
1414
constexpr auto static kHuggingFaceHost = "huggingface.co";
1515
constexpr auto static kGitHubHost = "api.github.com";
1616
constexpr auto static kCortexFolderName = "cortexcpp";
17-
constexpr auto static kDefaultGHUserAgent = "cortexcpp";
17+
constexpr auto static kDefaultGHUserAgent = "menloresearch";
1818

1919
constexpr auto static kWindowsOs = "windows";
2020
constexpr auto static kMacOs = "mac";

0 commit comments

Comments
 (0)