baconnier commited on
Commit
331e6bd
·
verified ·
1 Parent(s): 53f56d7

Update variables.py

Browse files
Files changed (1) hide show
  1. variables.py +1 -0
variables.py CHANGED
@@ -51,3 +51,4 @@ meta_prompts = {
51
  for key, data in prompt_data.items()
52
  } if prompt_data else {}
53
 
 
 
51
  for key, data in prompt_data.items()
52
  } if prompt_data else {}
53
 
54
+ prompt_refiner_model = os.getenv('PROMPT_REFINER_MODEL', 'meta-llama/Llama-3.1-8B-Instruct')