Spaces:
Running
Running
Update variables.py
Browse files- variables.py +2 -0
variables.py
CHANGED
@@ -11,6 +11,8 @@ metaprompt_explanations = {
|
|
11 |
}
|
12 |
|
13 |
models = [
|
|
|
|
|
14 |
"llama-3.1-70b-versatile",
|
15 |
"llama3-groq-70b-8192-tool-use-preview",
|
16 |
"llama-3.2-90b-text-preview",
|
|
|
11 |
}
|
12 |
|
13 |
models = [
|
14 |
+
"llama-3.3-70b-versatile",
|
15 |
+
"llama-3.3-70b-specdec",
|
16 |
"llama-3.1-70b-versatile",
|
17 |
"llama3-groq-70b-8192-tool-use-preview",
|
18 |
"llama-3.2-90b-text-preview",
|