interface AiProviderCredentialsOpenAi {
    apiKey: string;
}

Properties

Properties

apiKey: string