feat: add FluentRead support in chat configuration

This commit is contained in:
CaIon
2025-08-09 18:26:45 +08:00
parent 24860fdc05
commit 55dbdba636
2 changed files with 8 additions and 5 deletions

View File

@@ -12,6 +12,9 @@ var Chats = []map[string]string{
{
"Cherry Studio": "cherrystudio://providers/api-keys?v=1&data={cherryConfig}",
},
{
"流畅阅读": "fluentread",
},
{
"Lobe Chat 官方示例": "https://chat-preview.lobehub.com/?settings={\"keyVaults\":{\"openai\":{\"apiKey\":\"{key}\",\"baseURL\":\"{address}/v1\"}}}",
},