Skip to content

Commit fd38624

Browse files
committed
update ai-tools.
1 parent ea3b0da commit fd38624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/dashboard/ai-tools/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function AIToolsPage() {
7373

7474
setMessages((prev) => [...prev, aiMessage])
7575
} catch (error) {
76-
console.error("[v0] Error calling Gemini API:", error)
76+
console.error("Error calling Gemini API:", error)
7777
const errorMessage: Message = {
7878
role: "assistant",
7979
content:

0 commit comments

Comments
 (0)