fix: remove Codex from provider list, it's part of OpenAI/GPT
Docker Build / Build and Push Docker Image (push) Successful in 4m21s

This commit is contained in:
2026-06-14 20:01:14 +08:00
parent 63c83d5abd
commit 790d832756
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -36,7 +36,7 @@ interface HeroProps {
const providers = [
'OpenAI', 'Claude', 'Gemini', 'Mistral', 'DeepSeek',
'Codex', 'Qwen', 'Cohere', 'Groq', 'Perplexity',
'Qwen', 'Cohere', 'Groq', 'Perplexity', 'Llama',
]
const jsCode = `import OpenAI from 'openai';
@@ -190,7 +190,7 @@ export function Hero(props: HeroProps) {
</h1>
<p className='mx-auto mt-4 max-w-xl text-[15px] leading-relaxed text-muted-foreground'>
{t('Token relay station supporting Codex, Claude, GPT, DeepSeek and more. Unified API, unified billing, unified management.')}
{t('Token relay station supporting Claude, GPT, DeepSeek, Gemini and more. Unified API, unified billing, unified management.')}
</p>
{/* CTA */}
@@ -301,11 +301,11 @@ export function Hero(props: HeroProps) {
{t('Multi-model Access')}
</p>
<p className='mt-4 max-w-md text-[15px] leading-relaxed text-muted-foreground'>
{t('Supports Codex, Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.')}
{t('Supports Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.')}
</p>
<ul className='mt-6 space-y-3'>
{[
t('Supports Codex, Claude, GPT, DeepSeek and more'),
t('Supports Claude, GPT, DeepSeek, Gemini and more'),
t('Unified API, zero code changes required'),
t('Automatic model routing and failover'),
t('Real-time usage tracking and cost control'),
+3 -3
View File
@@ -4597,9 +4597,9 @@
"Quick Integration": "Quick Integration",
"Token Relay Station": "Token Relay Station",
"Multi-model Access": "Multi-model Access",
"Token relay station supporting Codex, Claude, GPT, DeepSeek and more. Unified API, unified billing, unified management.": "Token relay station supporting Codex, Claude, GPT, DeepSeek and more. Unified API, unified billing, unified management.",
"Supports Codex, Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.": "Supports Codex, Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.",
"Supports Codex, Claude, GPT, DeepSeek and more": "Supports Codex, Claude, GPT, DeepSeek and more",
"Token relay station supporting Claude, GPT, DeepSeek, Gemini and more. Unified API, unified billing, unified management.": "Token relay station supporting Claude, GPT, DeepSeek, Gemini and more. Unified API, unified billing, unified management.",
"Supports Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.": "Supports Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.",
"Supports Claude, GPT, DeepSeek, Gemini and more": "Supports Claude, GPT, DeepSeek, Gemini and more",
"Unified API, zero code changes required": "Unified API, zero code changes required",
"Automatic model routing and failover": "Automatic model routing and failover",
"Real-time usage tracking and cost control": "Real-time usage tracking and cost control",
+3 -3
View File
@@ -4597,9 +4597,9 @@
"Quick Integration": "快速集成",
"Token Relay Station": "Token 中转站",
"Multi-model Access": "多模型接入",
"Token relay station supporting Codex, Claude, GPT, DeepSeek and more. Unified API, unified billing, unified management.": "Token 中转站,支持 Codex、Claude、GPT、DeepSeek 等模型接入。统一接口,统一计费,统一管理。",
"Supports Codex, Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.": "支持 Codex、Claude、GPT、DeepSeek、Gemini、通义千问等模型。一个 API Key 访问所有模型,自动故障转移与负载均衡。",
"Supports Codex, Claude, GPT, DeepSeek and more": "支持 Codex、Claude、GPT、DeepSeek 等接入",
"Token relay station supporting Claude, GPT, DeepSeek, Gemini and more. Unified API, unified billing, unified management.": "Token 中转站,支持 Claude、GPT、DeepSeek、Gemini 等模型接入。统一接口,统一计费,统一管理。",
"Supports Claude, GPT, DeepSeek, Gemini, Qwen and more. One API key to access all models, with automatic failover and load balancing.": "支持 Claude、GPT、DeepSeek、Gemini、通义千问等模型。一个 API Key 访问所有模型,自动故障转移与负载均衡。",
"Supports Claude, GPT, DeepSeek, Gemini and more": "支持 Claude、GPT、DeepSeek、Gemini 等接入",
"Unified API, zero code changes required": "统一接口,零代码改动即可使用",
"Automatic model routing and failover": "自动模型路由与故障转移",
"Real-time usage tracking and cost control": "实时用量追踪与成本控制",