many changes
This commit is contained in:
@@ -13,8 +13,7 @@ import (
|
||||
|
||||
func RegisterAi() *laniakea.Plugin[database.Context] {
|
||||
p := laniakea.NewPlugin[database.Context]("AI")
|
||||
p.AddCommand(p.NewCommand(gptTest, "gpt").SkipCommandAutoGen())
|
||||
//p.AddCommand(p.NewCommand(gptTest, "gpt2").SkipCommandAutoGen())
|
||||
p.NewCommand(gptTest, "gpt").SkipCommandAutoGen()
|
||||
return p
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user