UNPKG

jorel

Version:

The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.

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); }