FREDFRED commited on
Commit
8a51e20
1 Parent(s): 3e4fc66

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +4 -7
.env.local.template CHANGED
@@ -27,13 +27,10 @@ MODELS=`[
27
  "name": "ling-chatml",
28
  "id": "ling-chatml",
29
  "parameters": {
30
- "temperature": 0.9,
31
- "top_p": 0.95,
32
- "repetition_penalty": 1.2,
33
- "top_k": 50,
34
- "truncate": 1000,
35
- "max_new_tokens": 1024,
36
- "stop": []
37
  },
38
  "endpoints": [{
39
  "type" : "openai",
 
27
  "name": "ling-chatml",
28
  "id": "ling-chatml",
29
  "parameters": {
30
+ "temperature": 0.3,
31
+ "top_p": 0.8,
32
+ "repetition_penalty": 1.0,
33
+ "max_tokens": 1024
 
 
 
34
  },
35
  "endpoints": [{
36
  "type" : "openai",