chore: init max tokens for mindie models

This commit is contained in:
jialin
2025-04-12 11:48:02 +08:00
parent fb8fcc5028
commit f77bf37be8
3 changed files with 33 additions and 13 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ export const LLM_METAKEYS: Record<string, any> = {
n_slot: 'n_slot',
max_model_len: 'max_model_len',
frequency_penalty: 'frequency_penalty',
presence_penalty: 'presence_penalty'
presence_penalty: 'presence_penalty',
max_total_tokens: 'max_total_tokens'
};
export const precisionTwoKeys = [