chore: add Yi-large #146
Annotations
10 errors and 1 warning
lint:
store/store.go#L14
could not import github.com/instill-ai/component/ai/fireworksai/v0 (-: # github.com/instill-ai/component/ai/fireworksai/v0
|
lint:
ai/fireworksai/v0/main.go#L75
cannot use c (variable of type *component) as "github.com/instill-ai/component/base".IComponent value in struct literal: *component does not implement "github.com/instill-ai/component/base".IComponent (wrong type for method CreateExecution)
|
lint:
ai/fireworksai/v0/main.go#L87
unknown field Execution in struct literal of type "github.com/instill-ai/component/base".ExecutionWrapper) (typecheck)
|
lint:
store/store.go#L134
undefined: fireworksai (typecheck)
|
lint:
ai/fireworksai/v0/client.go#L1
: # github.com/instill-ai/component/ai/fireworksai/v0 [github.com/instill-ai/component/ai/fireworksai/v0.test]
|
lint:
ai/fireworksai/v0/main.go#L75
cannot use c (variable of type *component) as "github.com/instill-ai/component/base".IComponent value in struct literal: *component does not implement "github.com/instill-ai/component/base".IComponent (wrong type for method CreateExecution)
|
lint:
ai/fireworksai/v0/main.go#L87
unknown field Execution in struct literal of type "github.com/instill-ai/component/base".ExecutionWrapper
|
lint:
ai/fireworksai/v0/tasks_test.go#L88
cannot use connector (variable of type *component) as "github.com/instill-ai/component/base".IComponent value in struct literal: *component does not implement "github.com/instill-ai/component/base".IComponent (wrong type for method CreateExecution)
|
lint:
ai/fireworksai/v0/tasks_test.go#L92
unknown field Execution in struct literal of type "github.com/instill-ai/component/base".ExecutionWrapper
|
lint:
ai/fireworksai/v0/tasks_test.go#L97
exec.Execution undefined (type *"github.com/instill-ai/component/base".ExecutionWrapper has no field or method Execution)
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|