More work on modelProviders
I think everything that's OpenAI-specific is inside modelProviders at this point, so we can get started adding more providers.
This commit is contained in:
1
src/utils/utils.ts
Normal file
1
src/utils/utils.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const truthyFilter = <T>(x: T | null | undefined): x is T => Boolean(x);
|
||||
Reference in New Issue
Block a user