You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug Log:
2024-01-28 21:47:12.774 UTC - Weather API Call - Status: 200 OK
2024-01-28 21:47:12.895 UTC - OpenAI GPT API Call - HttpClient Error: 404 NOT_FOUND - {
"error": {
"message": "The model gpt-4 does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
2024-01-28 21:47:12.973 UTC - OpenAI TTS API Call - HttpClient Error: 429 TOO_MANY_REQUESTS - {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
Debug Log:
2024-01-28 21:47:12.774 UTC - Weather API Call - Status: 200 OK
2024-01-28 21:47:12.895 UTC - OpenAI GPT API Call - HttpClient Error: 404 NOT_FOUND - {
"error": {
"message": "The model
gpt-4
does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.","type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
2024-01-28 21:47:12.973 UTC - OpenAI TTS API Call - HttpClient Error: 429 TOO_MANY_REQUESTS - {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
internal server error
Request Data:
{
"openAiApiKey": "xxxxxxxxx",
"flightCrewArray": [
{
"firstName": "Walter",
"lastName": "Carrillo",
"position": "Captain",
"gender": "male",
"voice": "onyx",
"$$hashKey": "object:55"
},
{
"firstName": "Anna",
"lastName": "Pitts",
"position": "First Officer",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:56"
},
{
"firstName": "Emma",
"lastName": "Russell",
"position": "Lead Flight Attendant",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:57"
},
{
"firstName": "Annie",
"lastName": "Beck",
"position": "Flight Attendant 2",
"gender": "female",
"voice": "nova",
"$$hashKey": "object:58"
},
{
"firstName": "Alice",
"lastName": "Steele",
"position": "Flight Attendant 3",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:59"
},
{
"firstName": "James",
"lastName": "Carter",
"position": "Flight Attendant 4",
"gender": "male",
"voice": "echo",
"$$hashKey": "object:60"
},
{
"firstName": "Alice",
"lastName": "Bullock",
"position": "Gate Attendant",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:61"
}
],
"airline": "",
"flightNumber": "SJE857",
"currentDateTime": "2024-01-28T21:47:08.596Z",
"departureIcao": "VABB",
"arrivalIcao": "VOMM",
"arrivalTime": "2024-01-28T05:03:04.000Z",
"flightLevelString": "VABB/0370",
"announcementType": "cruise",
"scheduledBoardingTime": "2024-01-28T02:35:00.000Z",
"scheduledDepartureTime": "2024-01-28T03:05:00.000Z",
"aircraftName": "B737-800"
}
The text was updated successfully, but these errors were encountered: