初始化项目,由ModelHub XC社区提供模型

Model: jbomdev/AlterEgo-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-17 16:29:17 +08:00
commit e1eeabdfb2
7 changed files with 143 additions and 0 deletions

8
params Normal file
View File

@@ -0,0 +1,8 @@
{
"stop": ["<|im_end|>", "<|endoftext|>"],
"temperature": 0.7,
"top_k": 50,
"top_p": 1.0,
"repeat_penalty": 1.1,
"num_ctx": 2048
}