diff --git a/profiler/src/profiler/TracyLlmTools.cpp b/profiler/src/profiler/TracyLlmTools.cpp index e1798a40..4445ef5a 100644 --- a/profiler/src/profiler/TracyLlmTools.cpp +++ b/profiler/src/profiler/TracyLlmTools.cpp @@ -310,7 +310,7 @@ void TracyLlmTools::ManualEmbeddingsWorker( TracyLlmApi& api ) size_t length; { nlohmann::json req; - req["input"] = "embeddings length probe"; + req["input"] = ""; req["model"] = m_manualEmbeddingState.model; nlohmann::json response;