mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-09 13:00:56 +00:00
6b79d2639d
- Remove api_key parameter from function signature - API key is now exclusively read from TEST_API_KEY env var - Complete removal of API key handling from config generation Security improvements: - No API key parameters passed through function calls - Reduces risk of accidental logging or exposure - Consistent with security best practices