Skip to content

bug: add gpt-4-1106-preview token count info #178

bug: add gpt-4-1106-preview token count info

bug: add gpt-4-1106-preview token count info #178

Triggered via push November 6, 2023 20:45
Status Failure
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: push
Matrix: Release
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Release (18): src/ai/AIAssistant.ts#L16
Type '"gpt-3.5-turbo" | "gpt-3.5-turbo-16k" | "gpt-4" | "gpt-4-32k" | "text-davinci-003"' is not assignable to type '"gpt-3.5-turbo" | "gpt-4" | "gpt-4-1106-preview" | "gpt-4-32k" | "text-davinci-003"'.
Release (18): src/ai/AIAssistant.ts#L18
Argument of type '"gpt-3.5-turbo" | "gpt-4" | "gpt-4-1106-preview" | "gpt-4-32k" | "text-davinci-003"' is not assignable to parameter of type 'TiktokenModel'.
Release (18)
Process completed with exit code 1.