Skip to content

Instantly share code, notes, and snippets.

View leon2017's full-sized avatar
🎯
Focusing

leon leon2017

🎯
Focusing
  • なになに?
  • Hefei
View GitHub Profile
@leon2017
leon2017 / claude.zsh
Created February 28, 2026 06:04 — forked from LeslieLeung/claude.zsh
A sleek script to switch between Claude Code providers.
function claude() {
# 默认渠道配置
local default_provider=""
# 定义不同服务的配置
local base_url=""
local auth_token=""
local api_key=""
local model=""
local small_fast_model=""