UNPKG

llmatic

Version:

Use self-hosted LLMs with an OpenAI compatible API

8 lines (7 loc) 147 B
export type RetrieveModelOkResponseObject = { created: number; id: string; object: string; owned_by: string; [property: string]: any; };