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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ 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
  }
29
 
30
  def reset_conversation():
 
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
+ "MiniMaxAI": "MiniMaxAI/MiniMax-Text-01"
29
  }
30
 
31
  def reset_conversation():