Interface TogetherArgs

interface TogetherArgs {
    apiKey: string;
    config: Readonly<OpenAIConfig>;
    options?: Readonly<AIServiceOptions>;
}

Properties

apiKey: string
config: Readonly<OpenAIConfig>
options?: Readonly<AIServiceOptions>