This commit is contained in:
张成
2025-12-16 10:55:59 +08:00
parent 3f1739e221
commit 4d712f8332
4 changed files with 15 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ class AIService {
timeout: this.timeout,
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${this.apiKey}`
'Authorization': `${this.apiKey}`
}
});
}