Set temperature to 0

This commit is contained in:
Jorge Manrubia
2025-06-26 08:42:06 +02:00
parent 65ee7f924b
commit cd4e6c75d7
18 changed files with 9205 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Command::Ai::Translator
end
def chat
chat = ::RubyLLM.chat
chat = RubyLLM.chat.with_temperature(0)
chat.with_instructions(prompt + custom_context)
end