tanveeshsingh commited on
Commit
100b23e
1 Parent(s): e8f2c15

Default temp

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ Your output should be in JSON FORMAT with the keys "REASONING" and "SCORE":
52
  }
53
  ],
54
  top_p=None,
55
- temperature=0.1,
56
  max_tokens=300,
57
  stream=False,
58
  seed=None,
 
52
  }
53
  ],
54
  top_p=None,
55
+ temperature=None,
56
  max_tokens=300,
57
  stream=False,
58
  seed=None,