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

Commit 6aa879b

Browse files
committed
embedding that is compatible with openai
1 parent f613a91 commit 6aa879b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

controllers/llamaCPP.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ std::shared_ptr<State> createState(int task_id, llamaCPP *instance) {
2727

2828
// --------------------------------------------
2929

30-
#include <ctime>
31-
#include <json/json.h>
32-
#include <string>
33-
#include <vector>
34-
3530
std::string create_embedding_payload(const std::vector<float> &embedding,
3631
int prompt_tokens) {
3732
Json::Value root;

0 commit comments

Comments
 (0)