mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	chore: 打招呼的时候输出本项目地址
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user