From e82c95293bb2d9db32fc9901f57f1997b74597c1 Mon Sep 17 00:00:00 2001 From: alyssaf16 Date: Tue, 23 Jul 2024 14:06:11 -0400 Subject: labeling work --- src/client/apis/gpt/GPT.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/apis') diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts index 1bec2fb11..3550b6216 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -97,6 +97,7 @@ const gptAPICall = async (inputTextIn: string, callType: GPTCallType, prompt?: a max_tokens: opts.maxTokens, }); lastResp = response.choices[0].message.content ?? ''; + console.log('RESP:' + lastResp); return lastResp; } catch (err) { console.log(err); -- cgit v1.2.3-70-g09d2