rsrini7 commited on
Commit
bd750bb
·
1 Parent(s): d499f0a

removed mixtral from open router and removed unused env keys from .env.example

Browse files
Files changed (2) hide show
  1. .env.example +0 -5
  2. global_config.py +1 -5
.env.example CHANGED
@@ -4,8 +4,3 @@
4
  # OpenRouter API key (if using OpenRouter as a provider)
5
 
6
  OPENROUTER_API_KEY=your-openrouter-api-key
7
- # Optional: Site metadata for OpenRouter ranking (see docs)
8
- OPENROUTER_SITE_URL=http://localhost:8501
9
- OPENROUTER_SITE_NAME=SlideDeck AI
10
-
11
- STREAMLIT_SERVER_RUN_ON_SAVE=true
 
4
  # OpenRouter API key (if using OpenRouter as a provider)
5
 
6
  OPENROUTER_API_KEY=your-openrouter-api-key
 
 
 
 
 
global_config.py CHANGED
@@ -82,11 +82,7 @@ class GlobalConfig:
82
  'description': 'OpenRouter GPT-4 Omni',
83
  'max_new_tokens': 8192,
84
  'paid': True,
85
- },
86
- '[or]openrouter/mixtral-8x22b-instruct': {
87
- 'description': 'Mixtral 8x22B Instruct (via OpenRouter)',
88
- 'max_new_tokens': 2048,
89
- },
90
  }
91
  LLM_PROVIDER_HELP = (
92
  'LLM provider codes:\n\n'
 
82
  'description': 'OpenRouter GPT-4 Omni',
83
  'max_new_tokens': 8192,
84
  'paid': True,
85
+ }
 
 
 
 
86
  }
87
  LLM_PROVIDER_HELP = (
88
  'LLM provider codes:\n\n'