geekai/server
RockYang d8bc0fe125 1. 发起 socket 连接时候传入 chatId 来区分会话。
2. Chat-Plus 界面新增复制回复内容按钮。
3. 优化 ChatFree 聊天会话切换和管理逻辑。
2023-04-21 11:21:41 +08:00
..
chat_handler.go 1. 发起 socket 连接时候传入 chatId 来区分会话。 2023-04-21 11:21:41 +08:00
client.go 完成聊天 websocket API 对接 2023-03-17 15:38:05 +08:00
config_handler.go 在进行 socket 连接前先关闭之前连接。实现新建会话功能。 2023-04-19 15:18:13 +08:00
db.go rename Token to User, the chat history function is ready 2023-03-28 16:03:41 +08:00
server.go 1. 发起 socket 连接时候传入 chatId 来区分会话。 2023-04-21 11:21:41 +08:00