Stack traces should be reserved for unexpected exceptions within the adapter itself, whereas any status code from the upstream is expected (including 429, 503, etc.).
Otherwise, fairly mundane upstream errors like 429/400 flood the console logs with identical stack traces originating from the openai SDK.
Stack traces should be reserved for unexpected exceptions within the adapter itself, whereas any status code from the upstream is expected (including 429, 503, etc.).
Otherwise, fairly mundane upstream errors like 429/400 flood the console logs with identical stack traces originating from the
openaiSDK.