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