chore: update models stop token

This commit is contained in:
Louis 2024-10-02 11:46:42 +07:00
parent 358d8f83f9
commit 6082959d17
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"top_p": 0.95,
"stream": true,
"max_tokens": 32768,
"stop": [],
"stop": ["<|endoftext|>", "<|im_end|>"],
"frequency_penalty": 0,
"presence_penalty": 0
},

View File

@ -22,7 +22,7 @@
"top_p": 0.95,
"stream": true,
"max_tokens": 32768,
"stop": [],
"stop": ["<|endoftext|>", "<|im_end|>"],
"frequency_penalty": 0,
"presence_penalty": 0
},

View File

@ -22,7 +22,7 @@
"top_p": 0.95,
"stream": true,
"max_tokens": 32768,
"stop": [],
"stop": ["<|endoftext|>", "<|im_end|>"],
"frequency_penalty": 0,
"presence_penalty": 0
},

View File

@ -22,7 +22,7 @@
"top_p": 0.95,
"stream": true,
"max_tokens": 32768,
"stop": [],
"stop": ["<|endoftext|>", "<|im_end|>"],
"frequency_penalty": 0,
"presence_penalty": 0
},

View File

@ -22,7 +22,7 @@
"top_p": 0.95,
"stream": true,
"max_tokens": 32768,
"stop": [],
"stop": ["<|endoftext|>", "<|im_end|>"],
"frequency_penalty": 0,
"presence_penalty": 0
},