From c0c74b3e8f228cc535b7983f93bc8c3c2a1d1272 Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 17 Jun 2023 10:54:23 -0600 Subject: [PATCH] ok just bad llama.cpp --- vicuna-tools.d/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vicuna-tools.d/main.go b/vicuna-tools.d/main.go index dc18be9..804c92d 100644 --- a/vicuna-tools.d/main.go +++ b/vicuna-tools.d/main.go @@ -322,7 +322,7 @@ func handleAPIChatBotPut(w http.ResponseWriter, r *http.Request) error { defer Config.ChatBot.semaphore.Unlock() if b, err := command.CombinedOutput(); err != nil { - return fmt.Errorf("error generating cache: %w: %s", err, b) + return fmt.Errorf("error generating cache with '%s': %w: %s", command.String(), err, b) } return nil }(); err != nil {