We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3b0da commit fd38624Copy full SHA for fd38624
1 file changed
app/dashboard/ai-tools/page.tsx
@@ -73,7 +73,7 @@ export default function AIToolsPage() {
73
74
setMessages((prev) => [...prev, aiMessage])
75
} catch (error) {
76
- console.error("[v0] Error calling Gemini API:", error)
+ console.error("Error calling Gemini API:", error)
77
const errorMessage: Message = {
78
role: "assistant",
79
content:
0 commit comments