feat(ai-runtime): complete ai runtime policy refactor (ADR-035)
CI / CD Pipeline / build (push) Successful in 4m16s
CI / CD Pipeline / deploy (push) Successful in 11m51s

This commit is contained in:
2026-06-12 08:07:15 +07:00
parent 71c5e88181
commit 0227b7b982
63 changed files with 3566 additions and 451 deletions
+35
View File
@@ -0,0 +1,35 @@
interactive
model np-dms-ai
temperature 0.7
top_p 0.9
max_tokens 2048
keep_alive "5m"
num_ctx 4096
repeat_penalty 1.15
standard
model np-dms-ai
temperature 0.5
top_p 0.8
max_tokens 4096
keep_alive "10m"
num_ctx 8192
repeat_penalty 1.15
quality
model np-dms-ai
temperature 0.1
top_p 0.95
max_tokens 8192
keep_alive "10m"
num_ctx 8192
repeat_penalty 1.15
deep-analysis
model np-dms-ai
temperature 0.3
top_p 0.85
max_tokens 8192
keep_alive "0"
num_ctx 32768
repeat_penalty 1.15