This commit is contained in:
Liang Ding 2023-03-03 22:39:45 +08:00
parent 33c933c440
commit 49008041b5
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 156 additions and 0 deletions

View file

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