From fbbe01e576e5fe52e7bbbd5753eae8375864b57c Mon Sep 17 00:00:00 2001 From: Keegan George Date: Mon, 21 Jul 2025 07:45:27 -0700 Subject: [PATCH] DEV: Hide seeded LLMs in the enumerator for now --- lib/configuration/llm_enumerator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration/llm_enumerator.rb b/lib/configuration/llm_enumerator.rb index cd2c33d5..dca18d83 100644 --- a/lib/configuration/llm_enumerator.rb +++ b/lib/configuration/llm_enumerator.rb @@ -119,7 +119,7 @@ module DiscourseAi builder.query_hash.map(&:symbolize_keys) end - def self.values(allowed_seeded_llms: nil) + def self.values(allowed_seeded_llms: []) values = DB.query_hash(<<~SQL).map(&:symbolize_keys) SELECT display_name AS name, id AS value FROM llm_models