From c287e1614ef1093cde18d45e55f1f30d6e2fb368 Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Thu, 8 Aug 2024 20:04:56 -0500 Subject: [PATCH] cleanup --- src/kg_chat/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kg_chat/utils.py b/src/kg_chat/utils.py index e7ab58f..cbb018b 100644 --- a/src/kg_chat/utils.py +++ b/src/kg_chat/utils.py @@ -230,8 +230,6 @@ def get_lbl_cborg_models(): return [ "lbl/llama-3", # LBNL-hosted model (free to use) "openai/gpt-4o-mini", # OpenAI-hosted model - # "google/gemini-1.5-flash", # Google-hosted model - # "google/gemini-1.5-pro", # Google-hosted model "anthropic/claude-haiku", # Anthropic-hosted model "anthropic/claude-sonnet", # Anthropic-hosted model "anthropic/claude-opus", # Anthropic-hosted model