restructuring

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-08-14 21:02:12 +02:00
parent 15973d723f
commit 298d8c83ef
5 changed files with 205 additions and 75 deletions

13
suite_settings/models.py Normal file
View File

@@ -0,0 +1,13 @@
models = [
"llama3.1", # 8b
"llama3.1:70b",
"llama3-groq-tool-use", # latest
"llama3-groq-tool-use:70b",
# "mixtral:8x7b",
"mixtral:8x22b",
# "gemma2:2b",
# "phi3", # 3.8b
# "tinyllama:1.1b",
"mistral-nemo:12b",
"command-r-plus:104b",
]