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()
|
defer Config.ChatBot.semaphore.Unlock()
|
||||||
|
|
||||||
if b, err := command.CombinedOutput(); err != nil {
|
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
|
return nil
|
||||||
}(); err != nil {
|
}(); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user