Spaces:
Runtime error
Runtime error
security: remove exposed Mistral API key from CHANGES.md
Browse files- Remove hardcoded MISTRAL_API_KEY value from documentation
- Key was accidentally committed in previous documentation update
- Updated to generic placeholder text instead
SECURITY NOTE: Exposed key must be revoked immediately at
https://console.mistral.ai/api-keys
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- CHANGES.md +2 -2
CHANGES.md
CHANGED
|
@@ -22,8 +22,8 @@ The application has been completely restructured to align with the desired workf
|
|
| 22 |
- Now follows convention: filename = `{product_id}.yaml`
|
| 23 |
|
| 24 |
**Environment Variables (`.env`):**
|
| 25 |
-
- Added `MISTRAL_API_KEY
|
| 26 |
-
- Now supports all
|
| 27 |
|
| 28 |
### 2. Dependencies Updated
|
| 29 |
|
|
|
|
| 22 |
- Now follows convention: filename = `{product_id}.yaml`
|
| 23 |
|
| 24 |
**Environment Variables (`.env`):**
|
| 25 |
+
- Added `MISTRAL_API_KEY` support
|
| 26 |
+
- Now supports all 4 engines: OpenAI, Google, Anthropic, Mistral
|
| 27 |
|
| 28 |
### 2. Dependencies Updated
|
| 29 |
|