feat: add API key authentication support

- Added  `api_key` parameter to `SecureChatCompletion` and `send_secure_request`
- Implemented Bearer token authentication in request headers
- Updated test configuration to use API key
- Fixed missing newline at end of `.gitignore`
This commit is contained in:
Alpha Nerd 2025-12-18 09:18:05 +01:00
parent ed8efb3a96
commit 165f023513
4 changed files with 19 additions and 6 deletions

2
.gitignore vendored
View file

@ -103,3 +103,5 @@ client_keys/
*.p7c
*.p7r
*.p7s
test/