Reduce the injected load a bit
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user