基于前端组件再开发
export const APP_ID = ''
export const API_KEY = ''
```
More config in `config/index.ts`:
```js
export const APP_INFO: AppInfo = {
"title": 'Chat APP',
"description": '',
"copyright": '',
"privacy_policy": '',
"default_language": 'zh-Hans'
}
export const isShowPrompt = true
export const promptTemplate = ''Last updated