Greff3 commited on
Commit
17d6d48
·
verified ·
1 Parent(s): 81eddea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ client = OpenAI(
22
 
23
  # Create supported models
24
  model_links = {
25
- "GPT-4o": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8",
26
- "GPT-4": "meta-llama/Meta-Llama-3.1-405B-Instruct",
27
  "GPT-3,5": "meta-llama/Meta-Llama-3.1-70B-Instruct",
28
  }
29
 
 
22
 
23
  # Create supported models
24
  model_links = {
25
+ "GPT-4o": "meta-llama/mistralai/Mistral-Nemo-Instruct-2407",
26
+ "GPT-4": "meta-llama/Meta-Llama-3-8B-Instruct",
27
  "GPT-3,5": "meta-llama/Meta-Llama-3.1-70B-Instruct",
28
  }
29