TokenTrace / client /src /shared /api /apiConfig.ts
cccmmd
init: TokenTrace - LLM interpretability toolbox
7985065
Raw
History Blame Contribute Delete
287 Bytes
/**
* API配置 - 统一管理API端点路径
*/
/**
* Demo文件访问端点
* 用于直接获取demo JSON文件内容
*/
export const DEMO_FILE_ENDPOINT = '/demo';
/**
* Demo操作API基础路径
* 用于list_demos, save_demo等操作
*/
export const DEMO_API_BASE = '/api';