mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 01:06:39 +08:00
chore: 打招呼的时候输出本项目地址
This commit is contained in:
parent
10b381965e
commit
942e482ca4
@ -52,6 +52,8 @@ func (s *Server) ChatHandle(c *gin.Context) {
|
||||
_, err = GetChatHistory(session.Username, roleKey)
|
||||
if err != nil {
|
||||
replyMessage(client, chatRole.HelloMsg, true)
|
||||
// 发送项目地址
|
||||
replyMessage(client, "本项目已开放全部源代码:https://github.com/yangjian102621/chatgpt-plus,一分钟搭建自己的 ChatGPT 应用。", false)
|
||||
}
|
||||
go func() {
|
||||
for {
|
||||
|
Loading…
Reference in New Issue
Block a user