Skip to content

Commit b55d45b

Browse files
fix(CE): Change Generic Open AI sub category(#876)
Co-authored-by: TivonB-AI2 <[email protected]>
1 parent f14be9e commit b55d45b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integrations/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
multiwoven-integrations (0.34.5)
10+
multiwoven-integrations (0.34.6)
1111
MailchimpMarketing
1212
activesupport
1313
async-websocket

integrations/lib/multiwoven/integrations/rollout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Multiwoven
44
module Integrations
5-
VERSION = "0.34.5"
5+
VERSION = "0.34.6"
66

77
ENABLED_SOURCES = %w[
88
Snowflake

integrations/lib/multiwoven/integrations/source/generic_open_ai/config/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Generic OpenAI Spec Endpoint",
55
"connector_type": "source",
66
"category": "AI Model",
7-
"sub_category": "AI_ML Service",
7+
"sub_category": "LLM",
88
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/generic_open_ai-endpoint",
99
"github_issue_label": "source-generic-open-ai-model",
1010
"icon": "icon.svg",

0 commit comments

Comments
 (0)