We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3de935 commit db43713Copy full SHA for db43713
examples/cohere/example.cpp
@@ -28,7 +28,7 @@ std::vector<std::string> fetch_embeddings(const std::vector<std::string>& texts,
28
json response = json::parse(r.text);
29
30
std::vector<std::string> embeddings;
31
- for (auto& v: response["embeddings"]["ubinary"]) {
+ for (auto& v : response["embeddings"]["ubinary"]) {
32
std::stringstream buf;
33
for (uint8_t c : v) {
34
std::bitset<8> b{c};
0 commit comments