Merge branch 'master' into bumps/llama.cpp_

This commit is contained in:
Ettore Di Giacinto 2024-12-17 00:47:05 +01:00 committed by GitHub
commit 099a12a842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -704,7 +704,7 @@ var _ = Describe("API test", func() {
Expect(err).ToNot(HaveOccurred(), fmt.Sprint(resp))
Expect(resp.StatusCode).To(Equal(200), fmt.Sprint(string(dat)))
Expect(resp.Header.Get("Content-Type")).To(Equal("audio/x-wav"))
Expect(resp.Header.Get("Content-Type")).To(Or(Equal("audio/x-wav"), Equal("audio/vnd.wave")))
})
It("installs and is capable to generate images", Label("stablediffusion"), func() {
if runtime.GOOS != "linux" {