From 6992b28b32d2b778fba7b0b5adc0ba69556ee5df Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Wed, 12 Apr 2023 15:12:51 +0800 Subject: [PATCH] fixup --- netlify.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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