ok just bad llama.cpp

master
bel 2023-06-17 10:54:23 -06:00
parent 0e6a18c898
commit c0c74b3e8f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {