batallin commited on
Commit
77ca2a3
·
verified ·
1 Parent(s): a759845

Adding all parameters to extraBody

Browse files
Files changed (1) hide show
  1. .env.local +3 -1
.env.local CHANGED
@@ -40,7 +40,9 @@ MODELS=`[
40
  "max_new_tokens": 3000,
41
  },
42
  "extraBody":{
43
- "repetition_penalty": 1.0
 
 
44
  }
45
  }
46
  ]`
 
40
  "max_new_tokens": 3000,
41
  },
42
  "extraBody":{
43
+ "temperature": 1.0,
44
+ "repetition_penalty": 1.0,
45
+ "max_new_tokens": 3000,
46
  }
47
  }
48
  ]`