Skip to content

Commit b2a0457

Browse files
committed
lambda route
1 parent 787fbeb commit b2a0457

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

background.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ chrome.runtime.onMessage.addListener(async (request, sender, sendResponse) => {
5050
}
5151
}
5252

53+
console.log("preprocessedChatSlice", preprocessedChatSlice)
54+
5355
// send the preprocessedChatSlice to the backend https://635f-68-234-232-23.ngrok.io/infer_response and pass the preprocessedChatSlice as the json body
5456
const response = await fetch(
55-
`https://c647-68-234-232-24.ngrok-free.app/infer_response`,
57+
`https://t23m9fecmc.execute-api.us-east-2.amazonaws.com/Prod/infer_response`,
5658
{
5759
method: "POST",
5860
headers: {

0 commit comments

Comments
 (0)