Skip to content

Commit

Permalink
chore: rename instill to instillmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
chuang8511 committed Oct 29, 2024
1 parent ef1e722 commit 251246e
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package instill
package instillmodel

import (
"crypto/tls"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:generate compogen readme ./config ./README.mdx
package instill
package instillmodel

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package instill
package instillmodel

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package instill
package instillmodel

import (
"context"
Expand Down
4 changes: 2 additions & 2 deletions pkg/component/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/instill-ai/pipeline-backend/pkg/component/ai/fireworksai/v0"
"github.com/instill-ai/pipeline-backend/pkg/component/ai/groq/v0"
"github.com/instill-ai/pipeline-backend/pkg/component/ai/huggingface/v0"
"github.com/instill-ai/pipeline-backend/pkg/component/ai/instill/v0"
"github.com/instill-ai/pipeline-backend/pkg/component/ai/instillmodel/v0"
"github.com/instill-ai/pipeline-backend/pkg/component/ai/mistralai/v0"
"github.com/instill-ai/pipeline-backend/pkg/component/ai/ollama/v0"
"github.com/instill-ai/pipeline-backend/pkg/component/ai/openai/v0"
Expand Down Expand Up @@ -116,7 +116,7 @@ func Init(
compStore.Import(conn)
}

compStore.Import(instill.Init(baseComp))
compStore.Import(instillmodel.Init(baseComp))
compStore.Import(huggingface.Init(baseComp))

{
Expand Down

0 comments on commit 251246e

Please sign in to comment.