diff --git a/netlify.toml b/netlify.toml index 8ef5b20e9..3bdc2e1b0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,2 +1,3 @@ [[edge_functions]] -function = "sse" \ No newline at end of file +function = "chat-stream" +path = "/api/chat-stream" \ No newline at end of file