Skip to content

Commit 76be7ba

Browse files
Update tagHelper
1 parent d0a6a0a commit 76be7ba

File tree

1 file changed

+1
-2
lines changed
  • ej2-asp-core-mvc/code-snippet/chat-ui/ai-integrations/Asp.net-core/openai

1 file changed

+1
-2
lines changed

ej2-asp-core-mvc/code-snippet/chat-ui/ai-integrations/Asp.net-core/openai/tagHelper

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
author: aiModel
8686
});
8787
} catch (error) {
88-
console.error('Error fetching Azure Open AI response:', error);
8988
chatUI.addMessage({
9089
text: 'Error generating response. Please try again.',
9190
author: aiModel
@@ -96,4 +95,4 @@
9695
}
9796
};
9897
</script>
99-
}
98+
}

0 commit comments

Comments
 (0)