ok just bad llama.cpp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user