Merge remote-tracking branch 'upstream/main' into linting

This commit is contained in:
Oliver Jägle
2024-11-22 20:38:58 +01:00
6 changed files with 54 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
/*
* @ts-nocheck
* Preventing TS checks with files presented in the video for a better presentation.
*/
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck TODO: Provider proper types
import { streamText as _streamText, convertToCoreMessages } from 'ai';
import { getModel } from '~/lib/.server/llm/model';
import { MAX_TOKENS } from './constants';