ubq-testing / bot-ai

0 stars 1 forks source link

testt #30

Closed Keyrxng closed 6 months ago

github-actions[bot] commented 6 months ago

Empty String Usage Detected

The following occurrences of empty strings were detected. Please review them to ensure their usage is necessary:

./app/api/chat-with-functions/route.ts:10:  apiKey: process.env.OPENAI_API_KEY || '[EMPTY STRING]',
./app/api/chat/route.ts:6:  apiKey: process.env.OPENAI_API_KEY || "[EMPTY STRING]",