Skip to content

Commit 569366c

Browse files
Update Google handler
1 parent ce9d3d4 commit 569366c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/Google.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export async function GoogleHandler(text: string, model_name: string, tag: HTMLT
8080
return translatedText
8181
})
8282
}
83+
84+
console.log(e)
8385
throw new GoogleGenerativeAIResponseError<IGoogleFilterBlock>(e.message, e.response)
8486
})
8587
}

0 commit comments

Comments
 (0)