Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fef2db commit b31878dCopy full SHA for b31878d
engine/utils/engine_constants.h
@@ -14,7 +14,7 @@ constexpr const auto kLlamaLibPath = "./engines/cortex.llamacpp";
14
constexpr auto static kHuggingFaceHost = "huggingface.co";
15
constexpr auto static kGitHubHost = "api.github.com";
16
constexpr auto static kCortexFolderName = "cortexcpp";
17
-constexpr auto static kDefaultGHUserAgent = "cortexcpp";
+constexpr auto static kDefaultGHUserAgent = "menloresearch";
18
19
constexpr auto static kWindowsOs = "windows";
20
constexpr auto static kMacOs = "mac";
0 commit comments