Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,8 @@ HF_MODELS = {
|
|
42 |
"Llama-3-8B": "meta-llama/Meta-Llama-3-8B",
|
43 |
"CodeLlama-34B": "codellama/CodeLlama-34b-Instruct-hf",
|
44 |
"StarCoder2": "bigcode/starcoder2-15b"
|
45 |
-
|
|
|
46 |
DEFAULT_MODEL = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
47 |
|
48 |
# ========== Modern Theme ==========
|
|
|
42 |
"Llama-3-8B": "meta-llama/Meta-Llama-3-8B",
|
43 |
"CodeLlama-34B": "codellama/CodeLlama-34b-Instruct-hf",
|
44 |
"StarCoder2": "bigcode/starcoder2-15b"
|
45 |
+
}
|
46 |
+
# Default Model
|
47 |
DEFAULT_MODEL = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
48 |
|
49 |
# ========== Modern Theme ==========
|