'apikey':'Your-API-Key', # 此处填写API Key
'apibase':'http://api.example.com:3001', # 此处填写 base url,openai的base url后自动接"/v1/completion"
'model':"openai/gpt-5.1" # 此处填写模型名称,注意名称要与供应商提供的名称完全一致(大小写等)
'apikey':'Your-API-Key',
'apibase':'http://api.example.com:3001',
'model':"claude-opus-4-6-20260206"
sider_cookie = 'token=Bearer%20eyJhbGciOiJIUz...'
# feel free to add more ~
'apikey':'Your-API-Key',
'apibase':'http://api.example.com:3001',
'model':"openai/gpt-5.2"
'apikey': 'Your-API-Key',
'apibase': 'http://api.example.com:3001',
'model': 'claude-sonnet-4-5-20250929'
# tg_bot_token = '84102K2gYZ...'
# tg_allowed_users = [6806...]
# proxy = "http://127.0.0.1:2082"