feat: Update gpt4all, support multiple implementations in runtime

Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
mudler 2023-06-01 19:05:47 +02:00
parent 42d753846e
commit 7cc5931e17
11 changed files with 139 additions and 28 deletions

6
assets.go Normal file
View file

@ -0,0 +1,6 @@
package main
import "embed"
//go:embed backend-assets/*
var backendAssets embed.FS