mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-02-12 17:22:50 +00:00
refactor: simplify router to OpenAI and OpenRouter providers only
- Remove Gemini direct and DeepSeek provider configurations - Keep OpenAI (gpt-5.2, gpt-5-mini) and OpenRouter (Gemini 3 models) - Update documentation and environment examples - Remove cost column from README providers table
This commit is contained in:
23
.env.example
23
.env.example
@@ -22,29 +22,12 @@ ANTHROPIC_API_KEY=your-api-key-here
|
||||
# OPENAI_API_KEY=sk-your-openai-key
|
||||
# ROUTER_DEFAULT=openai,gpt-5.2
|
||||
|
||||
# --- Google Gemini ---
|
||||
# GEMINI_API_KEY=your-gemini-key
|
||||
# ROUTER_DEFAULT=gemini,gemini-2.5-pro
|
||||
|
||||
# --- DeepSeek (cheapest option) ---
|
||||
# DEEPSEEK_API_KEY=your-together-or-deepseek-key
|
||||
# DEEPSEEK_API_BASE=https://api.together.xyz/v1/chat/completions # Default: Together.ai
|
||||
# ROUTER_DEFAULT=deepseek,deepseek-ai/DeepSeek-V3
|
||||
#
|
||||
# To use DeepSeek's official API instead:
|
||||
# DEEPSEEK_API_BASE=https://api.deepseek.com/chat/completions
|
||||
# ROUTER_DEFAULT=deepseek,deepseek-chat
|
||||
|
||||
# --- OpenRouter (access 100+ models via single API) ---
|
||||
# --- OpenRouter (access Gemini 3 models via single API) ---
|
||||
# OPENROUTER_API_KEY=sk-or-your-openrouter-key
|
||||
# ROUTER_DEFAULT=openrouter,anthropic/claude-sonnet-4
|
||||
# ROUTER_DEFAULT=openrouter,google/gemini-3-pro-preview
|
||||
|
||||
# =============================================================================
|
||||
# Available Models
|
||||
# =============================================================================
|
||||
# OpenAI: gpt-5.2, gpt-5-mini
|
||||
# Gemini: gemini-2.5-pro
|
||||
# DeepSeek: (Together.ai) deepseek-ai/DeepSeek-V3
|
||||
# (Official) deepseek-chat
|
||||
# OpenRouter: anthropic/claude-sonnet-4, google/gemini-3-pro-preview,
|
||||
# openai/gpt-5.2 (100+ more)
|
||||
# OpenRouter: google/gemini-3-pro-preview, google/gemini-3-flash-preview
|
||||
|
||||
Reference in New Issue
Block a user