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

@@ -42,7 +42,7 @@ class aiService {
try {
const response = await axios.post(this.apiUrl, requestData, {
headers: {
'Authorization': `Bearer ${this.apiKey}`,
'Authorization': `${this.apiKey}`,
'Content-Type': 'application/json'
},
timeout: 30000