Skip to content

Update chat.ts

Update chat.ts #294

Triggered via push June 3, 2024 09:37
Status Failure
Total duration 51s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build: src/components/ConfigMenu/ConfigMenu.tsx#L153
Property 'gpt-4o' does not exist on type '{ 'gpt-3.5-turbo': number; 'gpt-3.5-turbo-0301': number; 'gpt-3.5-turbo-0613': number; 'gpt-3.5-turbo-16k': number; 'gpt-3.5-turbo-16k-0613': number; 'gpt-3.5-turbo-1106': number; 'gpt-3.5-turbo-0125': number; ... 7 more ...; 'gpt-4-0125-preview': number; }'. Did you mean 'gpt-4'?
build: src/components/TokenCount/TokenCount.tsx#L25
Property 'gpt-4o' does not exist on type '{ 'gpt-3.5-turbo': { prompt: { price: number; unit: number; }; completion: { price: number; unit: number; }; }; 'gpt-3.5-turbo-0301': { prompt: { price: number; unit: number; }; completion: { price: number; unit: number; }; }; ... 12 more ...; 'gpt-4-0125-preview': { ...; }; }'. Did you mean 'gpt-4'?
build: src/components/TokenCount/TokenCount.tsx#L26
Property 'gpt-4o' does not exist on type '{ 'gpt-3.5-turbo': { prompt: { price: number; unit: number; }; completion: { price: number; unit: number; }; }; 'gpt-3.5-turbo-0301': { prompt: { price: number; unit: number; }; completion: { price: number; unit: number; }; }; ... 12 more ...; 'gpt-4-0125-preview': { ...; }; }'. Did you mean 'gpt-4'?
build
Process completed with exit code 2.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.