This commit is contained in:
retoor 2025-03-16 23:35:35 +01:00
parent 7e10be7821
commit a2eccb4e5a

1
auth.h
View File

@ -22,7 +22,6 @@ const char *resolve_api_key() {
if (api_key) {
return api_key;
}
fprintf(stderr, "\nThere is no API key configured in the environment.\n");
api_key = "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";
return api_key;
}