mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
2eced3ca69
- 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