✨ feat: Add Siliconflow provider and improve provider initialization … #5
Annotations
10 errors and 1 warning
lint and test:
server/config.go#L59
undefined: env (typecheck)
|
lint and test:
llms/openai/client.go#L35
c.BaseURL undefined (type *OpenAI has no field or method BaseURL) (typecheck)
|
lint and test:
llms/openai/client.go#L39
c.SetHttpHeaders undefined (type *OpenAI has no field or method SetHttpHeaders) (typecheck)
|
lint and test:
llms/openai/client.go#L41
c.HttpClient undefined (type *OpenAI has no field or method HttpClient) (typecheck)
|
lint and test:
llms/openai/client.go#L73
c.BaseURL undefined (type *OpenAI has no field or method BaseURL) (typecheck)
|
lint and test:
llms/openai/client.go#L84
c.SetHttpHeaders undefined (type *OpenAI has no field or method SetHttpHeaders) (typecheck)
|
lint and test:
llms/openai/client.go#L87
c.HttpClient undefined (type *OpenAI has no field or method HttpClient) (typecheck)
|
lint and test:
llms/openai/client_test.go#L17
client.BaseURL undefined (type *OpenAI has no field or method BaseURL) (typecheck)
|
lint and test:
llms/openai/client_test.go#L21
client.BaseURL undefined (type *OpenAI has no field or method BaseURL) (typecheck)
|
lint and test
cannot range over 3 (untyped int constant) (typecheck)
|
lint and test
Restore cache failed: Dependencies file is not found in /home/runner/work/polyllm/polyllm. Supported file pattern: go.sum
|