Skip to content

DRAFT/WIP: support for Google Gemini #105

DRAFT/WIP: support for Google Gemini

DRAFT/WIP: support for Google Gemini #105

Triggered via pull request December 15, 2023 21:11
Status Failure
Total duration 2m 38s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Build: src/components/App.tsx#L1
Argument of type '{ id: string; text: string; streamId: string; }' is not assignable to parameter of type '{ asHuman: boolean; id: string; text: string; }'.
Build: src/components/modals/APIKeyModal.tsx#L1
Type '{ apiKey: string | null; setApiKey: (apiKey: string) => void; }' is missing the following properties from type '{ apiKey: string | null; setApiKey: (apiKey: string) => void; label: string; placeholder: string; }': label, placeholder
Build
Process completed with exit code 2.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/