1
This commit is contained in:
@@ -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" // 文本润色
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
// 基础baseUrl
|
||||
#ifndef KB_BASE_URL
|
||||
//#define KB_BASE_URL @"https://m1.apifoxmock.com/m1/5438099-5113192-default/"
|
||||
//#define KB_BASE_URL @"http://192.168.2.21:7529/api"
|
||||
#define KB_BASE_URL @"https://devcallback.loveamorkey.com/api"
|
||||
#define KB_BASE_URL @"http://192.168.2.21:7529/api"
|
||||
//#define KB_BASE_URL @"https://devcallback.loveamorkey.com/api"
|
||||
#endif
|
||||
|
||||
#import "KBFont.h"
|
||||
|
||||
Reference in New Issue
Block a user