diff --git a/integrations/Gemfile.lock b/integrations/Gemfile.lock index cafd3b386..38ebc5dcb 100644 --- a/integrations/Gemfile.lock +++ b/integrations/Gemfile.lock @@ -7,7 +7,11 @@ GIT PATH remote: . specs: +<<<<<<< HEAD multiwoven-integrations (0.34.6) +======= + multiwoven-integrations (0.34.19) +>>>>>>> 45e8a7ff4 (chore(CE): rename GenericOpenAI (#1639)) MailchimpMarketing activesupport async-websocket diff --git a/integrations/lib/multiwoven/integrations/rollout.rb b/integrations/lib/multiwoven/integrations/rollout.rb index 56eeb67eb..8718f1f09 100644 --- a/integrations/lib/multiwoven/integrations/rollout.rb +++ b/integrations/lib/multiwoven/integrations/rollout.rb @@ -2,7 +2,11 @@ module Multiwoven module Integrations +<<<<<<< HEAD VERSION = "0.34.6" +======= + VERSION = "0.34.19" +>>>>>>> 45e8a7ff4 (chore(CE): rename GenericOpenAI (#1639)) ENABLED_SOURCES = %w[ Snowflake diff --git a/integrations/lib/multiwoven/integrations/source/generic_open_ai/config/meta.json b/integrations/lib/multiwoven/integrations/source/generic_open_ai/config/meta.json index 399388d18..6514d4be9 100644 --- a/integrations/lib/multiwoven/integrations/source/generic_open_ai/config/meta.json +++ b/integrations/lib/multiwoven/integrations/source/generic_open_ai/config/meta.json @@ -1,7 +1,7 @@ { "data": { "name": "GenericOpenAI", - "title": "Generic OpenAI Spec Endpoint", + "title": "OpenAI Compatible Endpoint", "connector_type": "source", "category": "AI Model", "sub_category": "LLM",