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

Commit bf16c81

Browse files
committed
fix: change GH user agent
1 parent 7438f94 commit bf16c81

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
@@ -16,7 +16,7 @@ constexpr const auto kGgmlOrg = "ggml-org";
1616
constexpr auto static kHuggingFaceHost = "huggingface.co";
1717
constexpr auto static kGitHubHost = "api.github.com";
1818
constexpr auto static kCortexFolderName = "cortexcpp";
19-
constexpr auto static kDefaultGHUserAgent = "cortexcpp";
19+
constexpr auto static kDefaultGHUserAgent = kMenloOrg;
2020

2121
constexpr auto static kWindowsOs = "win";
2222
constexpr auto static kMacOs = "mac";

0 commit comments

Comments
 (0)