We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30ad57 commit 4cec11aCopy full SHA for 4cec11a
server/src/utils/openai/index.ts
@@ -72,7 +72,7 @@ export const explain = async (
72
73
return response;
74
} catch (e) {
75
- console.log('ERROR', e);
+ console.log('ERROR', e.data.error);
76
return {
77
data: {
78
choices: [
0 commit comments