Reduce the injected load a bit

This commit is contained in:
Jorge Manrubia
2025-07-24 17:33:40 +02:00
parent 523f3f0acb
commit 95e065a0c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Command::GetInsight < Command
end
private
MAX_COMPLETED_CARDS = 50
MAX_COMPLETED_CARDS = 40
def chat
chat = RubyLLM.chat(model: "chatgpt-4o-latest")
+1 -1
View File
@@ -1,7 +1,7 @@
class Command::Parser::Context
attr_reader :user, :url, :script_name, :source_context
MAX_CARDS = 100
MAX_CARDS = 75
def initialize(user, url:, script_name: "", source_context: nil)
@user = user