John6666 commited on
Commit
b00da4d
β€’
1 Parent(s): 6448424

Upload llmdolphin.py

Browse files
Files changed (1) hide show
  1. llmdolphin.py +1 -1
llmdolphin.py CHANGED
@@ -406,7 +406,7 @@ def download_llm_models():
406
  continue
407
  name = k
408
  value = k
409
- llm_models_tupled_list.append((name, value))
410
 
411
 
412
  def download_llm_model(filename):
 
406
  continue
407
  name = k
408
  value = k
409
+ llm_models_tupled_list.insert(1, (name, value))
410
 
411
 
412
  def download_llm_model(filename):