Spaces:
Running
Running
Update variables.py
Browse files- variables.py +0 -11
variables.py
CHANGED
|
@@ -12,7 +12,6 @@ except json.JSONDecodeError:
|
|
| 12 |
prompt_data = {}
|
| 13 |
|
| 14 |
|
| 15 |
-
#print(prompt_data)
|
| 16 |
# Create explanations dictionary with safe access
|
| 17 |
metaprompt_explanations = {
|
| 18 |
key: data.get("description", "No description available")
|
|
@@ -78,13 +77,3 @@ openai_metaprompt = os.getenv('openai_metaprompt')
|
|
| 78 |
advanced_meta_prompt = os.getenv('advanced_meta_prompt')
|
| 79 |
|
| 80 |
|
| 81 |
-
meta_prompts = {
|
| 82 |
-
"morphosis": os.getenv('original_meta_prompt'),
|
| 83 |
-
"verse": os.getenv('new_meta_prompt'),
|
| 84 |
-
"physics": os.getenv('metaprompt1'),
|
| 85 |
-
"bolism": os.getenv('loic_metaprompt') ,
|
| 86 |
-
"done": os.getenv('metadone'),
|
| 87 |
-
"star": echo_prompt_refiner,
|
| 88 |
-
"math": os.getenv('metamath'),
|
| 89 |
-
"arpe": os.getenv('autoregressive_metaprompt')
|
| 90 |
-
}
|
|
|
|
| 12 |
prompt_data = {}
|
| 13 |
|
| 14 |
|
|
|
|
| 15 |
# Create explanations dictionary with safe access
|
| 16 |
metaprompt_explanations = {
|
| 17 |
key: data.get("description", "No description available")
|
|
|
|
| 77 |
advanced_meta_prompt = os.getenv('advanced_meta_prompt')
|
| 78 |
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|