From caafa84910941d587841b64de2f31f669ed00844 Mon Sep 17 00:00:00 2001 From: Om Raheja Date: Sat, 18 May 2024 13:50:44 -0400 Subject: [PATCH] ai generation --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index bed6771..5d311aa 100644 --- a/static/index.html +++ b/static/index.html @@ -121,7 +121,7 @@ const data = await response.json(); const content = data.choices[0].message.content; - return `

${content}

`; + return content; } catch (error) { return `

Error: ${error.message}

`; }