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