add google support for llm-client (aka llm-polyglot) #20
test-pr.yml
on: pull_request_target
approve
0s
run-tests
2m 45s
Annotations
2 errors and 2 warnings
error: API key is required for GoogleProvider - please provide it in the constructor or set it as an environment variable named GEMINI_API_KEY.:
public-packages/llm-client/src/providers/google/index.ts#L59
at new GoogleProvider (/home/runner/work/island-ai/island-ai/public-packages/llm-client/src/providers/google/index.ts:59:13)
at new LLMClient (/home/runner/work/island-ai/island-ai/public-packages/llm-client/src/index.ts:25:33)
at createLLMClient (/home/runner/work/island-ai/island-ai/public-packages/llm-client/src/index.ts:54:18)
at /home/runner/work/island-ai/island-ai/public-packages/llm-client/tests/google.test.ts:4:22
|
run-tests
Process completed with exit code 1.
|
run-tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
run-tests:
packages/ui/src/components/table/column-header.tsx#L14
'React' is not defined
|