Skip to content

Commit f8eb05b

Browse files
committed
Refreshed list of ollama models listed
1 parent cb486a7 commit f8eb05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/terminal_interface/local_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def download_model(models_dir, models, interpreter):
257257
names=[name for name in names if not any(word.lower() in name.lower() for word in priority_models)]
258258
names=priority_models_found+names
259259

260-
for model in ["llama3", "phi3", "wizardlm2", "codestral"]:
260+
for model in ["llama3.1", "phi3", "mistral-nemo", "gemma2", "codestral"]:
261261
if model not in names:
262262
names.append("↓ Download " + model)
263263

0 commit comments

Comments
 (0)