UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

6 lines (5 loc) 202 B
import { OpenAIConfig, OpenAIProvider } from "../open-ai"; export declare class GrokProvider extends OpenAIProvider { static readonly defaultName = "grok"; constructor(config?: OpenAIConfig); }