Update app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,7 @@ def respond(
|
|
51 |
|
52 |
# Model names and their pseudonyms
|
53 |
model_choices = [
|
54 |
-
("mistralai/Mistral-7B-Instruct-v0.3", "Lake
|
55 |
-
("google/mt5-base", "Lake 1 Base"),
|
56 |
-
("google/mt5-large", "Lake 1 Advanced")
|
57 |
]
|
58 |
|
59 |
# Convert pseudonyms to model names for the dropdown
|
|
|
51 |
|
52 |
# Model names and their pseudonyms
|
53 |
model_choices = [
|
54 |
+
("mistralai/Mistral-7B-Instruct-v0.3", "Lake 1 Base")
|
|
|
|
|
55 |
]
|
56 |
|
57 |
# Convert pseudonyms to model names for the dropdown
|