mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-23 23:58:56 +00:00
Don't waste time calculating embeddings that will be ignored.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user