Skip to content

Commit

Permalink
chore(CE): Change http model name (#469)
Browse files Browse the repository at this point in the history
Co-authored-by: TivonB-AI2
  • Loading branch information
github-actions[bot] authored Nov 14, 2024
1 parent 76fde7b commit 9619854
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Multiwoven
module Integrations
VERSION = "0.15.0"
VERSION = "0.15.1"

ENABLED_SOURCES = %w[
Snowflake
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"name": "HttpModel",
"title": "HTTP Model",
"title": "HTTP Model Endpoint",
"connector_type": "source",
"category": "AI Model",
"documentation_url": "https://docs.mutliwoven.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"documentation_url": "https://docs.multiwoven.com/integrations/source/http-model",
"documentation_url": "https://docs.multiwoven.com/integrations/source/http-model-endpoint",
"stream_type": "user_defined",
"connector_query_type": "ai_ml",
"connection_specification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Http Model",
"title": "Http Model Endpoint",
"type": "object",
"required": ["url_host"],
"properties": {
Expand Down

0 comments on commit 9619854

Please sign in to comment.