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:
parent
ed8efb3a96
commit
165f023513
4 changed files with 19 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -103,3 +103,5 @@ client_keys/
|
|||
*.p7c
|
||||
*.p7r
|
||||
*.p7s
|
||||
|
||||
test/
|
||||
Loading…
Add table
Add a link
Reference in a new issue