Skip to content

add google support for llm-client (aka llm-polyglot) #20

add google support for llm-client (aka llm-polyglot)

add google support for llm-client (aka llm-polyglot) #20

Triggered via pull request July 13, 2024 18:53
@jcamerajcamera
synchronize #69
Status Failure
Total duration 3m 8s
Artifacts

test-pr.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

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/