This commit is contained in:
Liang Ding 2023-03-21 19:46:55 +08:00
parent 3ef09e878b
commit 59004a664f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 24 additions and 68 deletions

View file

@ -118,8 +118,6 @@ func Boot() {
bootBanner := figure.NewColorFigure("SiYuan", "isometric3", "green", true)
logging.LogInfof("\n" + bootBanner.String())
logBootInfo()
initOpenAI()
}
func setBootDetails(details string) {