chore: disable debug

This commit is contained in:
Shivam Mishra
2025-07-03 11:06:11 +05:30
parent d10aa6f121
commit 5206aef949
+1 -1
View File
@@ -17,7 +17,7 @@ if defined?(Agents)
Agents.configure do |config|
config.openai_api_key = api_key
config.default_model = model
config.debug = true
config.debug = false
end
end
rescue StandardError => e