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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ client = OpenAI(
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
  }
 
22
 
23
  # Create supported models
24
  model_links = {
25
+ "GPT-4o": "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
  }