|
|
@@ -68,6 +68,7 @@ export default function SettingsChats(props) {
|
|
|
|
|
|
const BUILTIN_TEMPLATES = [
|
|
|
{ name: 'Cherry Studio', url: 'cherrystudio://providers/api-keys?v=1&data={cherryConfig}' },
|
|
|
+ { name: 'AionUI', url: 'aionui://provider/add?v=1&data={aionuiConfig}' },
|
|
|
{ name: '流畅阅读', url: 'fluentread' },
|
|
|
{ name: 'CC Switch', url: 'ccswitch' },
|
|
|
{ name: 'Lobe Chat', url: 'https://chat-preview.lobehub.com/?settings={"keyVaults":{"openai":{"apiKey":"{key}","baseURL":"{address}/v1"}}}' },
|