Merge pull request #53 from Calcium-Ion/fork/main

feat: 令牌聊天新增ChatGPT Web & Midjourney支持
This commit is contained in:
Calcium-Ion
2024-01-21 17:47:55 +08:00
committed by GitHub
6 changed files with 39 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ func GetStatus(c *gin.Context) {
"turnstile_site_key": common.TurnstileSiteKey,
"top_up_link": common.TopUpLink,
"chat_link": common.ChatLink,
"chat_link2": common.ChatLink2,
"quota_per_unit": common.QuotaPerUnit,
"display_in_currency": common.DisplayInCurrencyEnabled,
"enable_batch_update": common.BatchUpdateEnabled,