✨💥 #153: Allow to pass multiple model-specific param overrides #711
lint.yaml
on: pull_request
Lint
38s
Build
26s
Static Checks
1m 6s
Tests
50s
OpenAPI Specs
25s
Annotations
29 errors and 6 warnings
OpenAPI Specs
Process completed with exit code 1.
|
Lint
cannot use req (variable of type *schemas.ChatStreamRequest) as *schemas.ChatParams value in argument to client.ChatStream
|
Lint
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Lint
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Lint
cannot use req (variable of type *schemas.ChatStreamRequest) as *schemas.ChatParams value in argument to client.ChatStream
|
Lint
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Lint
cannot use ptesting.NewProviderMock([]ptesting.RespMock{…}) (value of type *"github.com/EinStack/glide/pkg/providers/testing".ProviderMock) as providers.LangProvider value in argument to providers.NewLangModel: *"github.com/EinStack/glide/pkg/providers/testing".ProviderMock does not implement providers.LangProvider (wrong type for method Chat)
|
Lint
cannot use req (variable of type *schemas.ChatStreamRequest) as *schemas.ChatParams value in argument to client.ChatStream
|
Lint
Process completed with exit code 1.
|
Tests:
pkg/providers/azureopenai/chat_stream_test.go#L75
cannot use req (variable of type *schemas.ChatStreamRequest) as *schemas.ChatParams value in argument to client.ChatStream
|
Tests:
pkg/providers/azureopenai/chat_stream_test.go#L140
cannot use req (variable of type *schemas.ChatStreamRequest) as *schemas.ChatParams value in argument to client.ChatStream
|
Tests:
pkg/providers/azureopenai/client_test.go#L63
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Tests:
pkg/providers/azureopenai/client_test.go#L96
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Tests:
pkg/providers/azureopenai/client_test.go#L121
cannot use payload (variable of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Tests:
pkg/providers/bedrock/client_test.go#L69
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Tests:
pkg/providers/cohere/chat_stream_test.go#L76
cannot use req (variable of type *schemas.ChatStreamRequest) as *schemas.ChatParams value in argument to client.ChatStream
|
Tests:
pkg/providers/cohere/chat_stream_test.go#L139
cannot use req (variable of type *schemas.ChatStreamRequest) as *schemas.ChatParams value in argument to client.ChatStream
|
Tests:
pkg/providers/cohere/client_test.go#L63
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Tests:
pkg/providers/octoml/client_test.go#L63
cannot use &request (value of type *schemas.ChatRequest) as *schemas.ChatParams value in argument to client.Chat
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
Static Checks
Cannot open: File exists
|
OpenAPI Specs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3.4.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Checks
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|