acecalisto3 commited on
Commit
d3b9917
·
verified ·
1 Parent(s): 6ff6aab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- # Default Model
 
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 ==========