mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 04:22:58 +00:00
Revert "feat: add Claude Code channel support with OAuth integration"
This commit is contained in:
3
main.go
3
main.go
@@ -86,9 +86,6 @@ func main() {
|
||||
// 数据看板
|
||||
go model.UpdateQuotaData()
|
||||
|
||||
// Start Claude Code token refresh scheduler
|
||||
service.StartClaudeTokenRefreshScheduler()
|
||||
|
||||
if os.Getenv("CHANNEL_UPDATE_FREQUENCY") != "" {
|
||||
frequency, err := strconv.Atoi(os.Getenv("CHANNEL_UPDATE_FREQUENCY"))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user