Atreyu4EVR commited on
Commit
3815718
·
verified ·
1 Parent(s): 119ea18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ client = OpenAI(
24
 
25
  # Create supported models
26
  model_links = {
27
- "Meta-Llama-3.1-8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
28
  "Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
29
  "Gemma-2-27b-it": "google/gemma-2-27b-it",
30
  "Falcon-7b-Instruct": "tiiuae/falcon-7b-instruct",
 
24
 
25
  # Create supported models
26
  model_links = {
27
+ "Meta-Llama-3.1-70B-Instruct": "meta-llama/Llama-3.1-70B-Instruct",
28
  "Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
29
  "Gemma-2-27b-it": "google/gemma-2-27b-it",
30
  "Falcon-7b-Instruct": "tiiuae/falcon-7b-instruct",