This commit is contained in:
2026-01-22 22:03:56 +08:00
parent edc25c159d
commit 6ad9783bcb
6 changed files with 415 additions and 14 deletions

View File

@@ -70,6 +70,8 @@
/// AI
#define API_AI_TALK @"/chat/talk"
#define API_AI_VOICE_TALK @"/chat/voice" // 语音对话(替换为后端真实路径)
#define API_AI_CHAT_SYNC @"/chat/sync" // 同步对话
#define API_AI_CHAT_MESSAGE @"/chat/message" // 文本润色