ok just bad llama.cpp
parent
0e6a18c898
commit
c0c74b3e8f
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue