Nymbo commited on
Commit
44fa005
·
verified ·
1 Parent(s): 3a3c786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ if "selected_model" not in st.session_state:
35
  models = {
36
  "llama3-70b-8192": {"name": "Llama 3 70B", "tokens": 8192, "developer": "Meta"},
37
  "llama3-8b-8192": {"name": "Llama 3 8B", "tokens": 8192, "developer": "Meta"},
38
- "llama2-70b-4096": {"name": "Llama 2 70B", "tokens": 4096, "developer": "Meta"},
39
  "gemma-7b-it": {"name": "Gemma 7B", "tokens": 8192, "developer": "Google"},
40
  "mixtral-8x7b-32768": {
41
  "name": "Mixtral-8x7B",
 
35
  models = {
36
  "llama3-70b-8192": {"name": "Llama 3 70B", "tokens": 8192, "developer": "Meta"},
37
  "llama3-8b-8192": {"name": "Llama 3 8B", "tokens": 8192, "developer": "Meta"},
 
38
  "gemma-7b-it": {"name": "Gemma 7B", "tokens": 8192, "developer": "Google"},
39
  "mixtral-8x7b-32768": {
40
  "name": "Mixtral-8x7B",