This commit is contained in:
2026-03-17 11:16:52 +09:00
parent 1eb89bcc3f
commit 3d4f4d7412
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ object RagService {
// 문자열 치환 대신 안전한 JSON 객체 빌더 사용
val requestBodyJson = buildJsonObject {
put("model", "local-model")
put("temperature", 0.1) // 0.1 유지 (결정론적 응답)
put("temperature", 0.0) // 0.1 유지 (결정론적 응답)
put("top_p", 0.9)
put("max_tokens", 500)