updated anthropic production no key warning message

This commit is contained in:
Wayne Sutton
2025-12-26 22:14:04 -08:00
parent 3dcdb69041
commit c312a4c808
4 changed files with 42 additions and 56 deletions

View File

@@ -109,7 +109,7 @@ export const generateResponse = action({
const apiKey = process.env.ANTHROPIC_API_KEY;
if (!apiKey) {
const notConfiguredMessage =
"**AI chat is not configured.**\n\n" +
"**AI chat is not configured on production.**\n\n" +
"To enable AI responses, add your `ANTHROPIC_API_KEY` to the Convex environment variables.\n\n" +
"**Setup steps:**\n" +
"1. Get an API key from [Anthropic Console](https://console.anthropic.com/)\n" +