Spaces:
Running
Running
Update variables.py
Browse files- variables.py +0 -7
variables.py
CHANGED
@@ -28,13 +28,6 @@ metaprompt_explanations = {
|
|
28 |
for prompt in PROMPT_DATA
|
29 |
}
|
30 |
|
31 |
-
|
32 |
-
# Generate explanation markdown
|
33 |
-
explanation_markdown = "".join([
|
34 |
-
f"- **{key}**: {value}\n"
|
35 |
-
for key, value in metaprompt_explanations.items()
|
36 |
-
])
|
37 |
-
|
38 |
models = [
|
39 |
# Meta-Llama models (all support system)
|
40 |
"meta-llama/Meta-Llama-3-70B-Instruct",
|
|
|
28 |
for prompt in PROMPT_DATA
|
29 |
}
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
models = [
|
32 |
# Meta-Llama models (all support system)
|
33 |
"meta-llama/Meta-Llama-3-70B-Instruct",
|