RedTachyon commited on
Commit
b78468a
1 Parent(s): 66df48d

Stop seeding the question selection

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from openai import OpenAI
13
 
14
  from prompts import get_initial_messages
15
 
16
- random.seed(42)
17
 
18
  class Parser(BaseParser):
19
  data_path: str = "data4k.pkl"
 
13
 
14
  from prompts import get_initial_messages
15
 
16
+ # random.seed(42)
17
 
18
  class Parser(BaseParser):
19
  data_path: str = "data4k.pkl"