diff --git a/src/main.ts b/src/main.ts index b7ea86a..ceeda4c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -132,7 +132,7 @@ async function run(): Promise { // Check if the inputs are provided if (!databaseUrl || !openaiApiKey) { - throw new Error("DATABASE_URL and OPENAI_API_KEY must be provided.") + throw new Error("The inputs 'database-url' and 'openai-api-key' must be provided.") } // Generate embeddings