Merge pull request #1 from recally-io/improvement/refactor #13
Annotations
10 errors and 1 warning
lint and test:
providers/openai/client.go#L53
c.BaseURL undefined (type *Client has no field or method BaseURL) (typecheck)
|
lint and test:
providers/openai/client.go#L57
c.SetHttpHeaders undefined (type *Client has no field or method SetHttpHeaders) (typecheck)
|
lint and test:
providers/openai/client.go#L59
c.HttpClient undefined (type *Client has no field or method HttpClient) (typecheck)
|
lint and test:
providers/openai/client.go#L84
c.ModelPrefix undefined (type *Client has no field or method ModelPrefix) (typecheck)
|
lint and test:
providers/openai/client.go#L85
c.ModelPrefix undefined (type *Client has no field or method ModelPrefix) (typecheck)
|
lint and test:
providers/openai/client.go#L100
c.BaseURL undefined (type *Client has no field or method BaseURL) (typecheck)
|
lint and test:
providers/openai/client.go#L111
c.SetHttpHeaders undefined (type *Client has no field or method SetHttpHeaders) (typecheck)
|
lint and test:
providers/openai/client.go#L114
c.HttpClient undefined (type *Client has no field or method HttpClient) (typecheck)
|
lint and test:
providers/openai/client_test.go#L19
client.BaseURL undefined (type *Client has no field or method BaseURL) (typecheck)
|
lint and test:
providers/openai/client_test.go#L24
client.BaseURL undefined (type *Client has no field or method BaseURL) (typecheck)
|
lint and test
Restore cache failed: Dependencies file is not found in /home/runner/work/polyllm/polyllm. Supported file pattern: go.sum
|