1 Star 0 Fork 2

duberlin/go-ChatGTP-api

forked from OliverAAAAA/go-ChatGTP-api 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
OliverAAAAA 提交于 2023-02-09 17:23 . v1.0
package main
import (
log "github.com/sirupsen/logrus"
"go-chatgpt-api/cache"
"go-chatgpt-api/config"
"go-chatgpt-api/initialize/banner"
"go-chatgpt-api/initialize/mysql"
"go-chatgpt-api/initialize/web"
)
func main() {
banner.Init()
err := config.LoadConfig()
if err != nil {
log.Errorf("没有找到配置文件,尝试读取环境变量")
panic("请检查配置文件")
}
cache.Init()
mysql.Init()
web.Init()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/duberlin/go-chatgpt-api.git
git@gitee.com:duberlin/go-chatgpt-api.git
duberlin
go-chatgpt-api
go-ChatGTP-api
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385