Skip to content

Commit 95a5274

Browse files
committed
remove comments
1 parent eef1c6e commit 95a5274

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/common.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,7 @@ std::pair<std::string, std::string> common_get_ms_file(const std::string & ms_re
17331733
#if defined(_WIN32)
17341734
curl_easy_setopt(curl.get(), CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA);
17351735
#endif
1736-
// Important: the User-Agent must be "llama-cpp" to get the "ggufFile" field in the response
1737-
http_headers.ptr = curl_slist_append(http_headers.ptr, "user-agent: llama-cpp");
1736+
http_headers.ptr = curl_slist_append(http_headers.ptr, "User-Agent: llama-cpp");
17381737
http_headers.ptr = curl_slist_append(http_headers.ptr, "Accept: application/json");
17391738
curl_easy_setopt(curl.get(), CURLOPT_HTTPHEADER, http_headers.ptr);
17401739

0 commit comments

Comments
 (0)