This website requires JavaScript.
Explore
Help
Register
Sign In
Havoc420
/
catface_backend_go
Watch
2
Star
0
Fork
0
You've already forked catface_backend_go
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
catface_backend_go
/
app
/
global
/
consts
/
api_mode.go
9 lines
105 B
Go
Raw
Normal View
History
Unescape
Escape
refactor(app): 重构动物相关功能 - 移除了未使用的 AnimalPreferMode 常量 - 修正了 AnimalModePrefer 的使用 - 在 Chat 结构中添加了 Mode 和 CatsId 字段
2024-11-20 12:24:19 +08:00
package
consts
const
(
// TAG animal/ 接口模式
AnimalModePrefer
string
=
"prefer"
refactor(rag): 重构 RAG 相关接口和验证器命名 - 修改 RAG 聊天接口验证器名称,从 "RagDefaultChat" 改为 "RagChat" - 更新对应的路由处理函数,从 "default_talk" 改为 "chat" - 在 api_mode.go 中添加 RAG 相关的常量注释
2024-11-20 12:31:13 +08:00
// TAG rag/
refactor(app): 重构动物相关功能 - 移除了未使用的 AnimalPreferMode 常量 - 修正了 AnimalModePrefer 的使用 - 在 Chat 结构中添加了 Mode 和 CatsId 字段
2024-11-20 12:24:19 +08:00
)
Reference in New Issue
Copy Permalink