Update __init__.py

This commit is contained in:
H Lohaus 2024-05-06 16:56:46 +02:00 committed by GitHub
parent e41bbdce02
commit c343d66ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class Api:
if auth_header and auth_header != "Bearer":
config.api_key = auth_header
response = self.client.chat.completions.create(
{
**{
**AppConfig.defaults,
**config.dict(exclude_none=True),
},