.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user