changed default api to be langflow on chat streaming

This commit is contained in:
Lucas Oliveira 2025-10-21 15:47:52 -03:00
parent 469a342ab6
commit e236e4ac17

View file

@ -16,7 +16,7 @@ interface SendMessageOptions {
}
export function useChatStreaming({
endpoint = "/api/chat",
endpoint = "/api/langflow",
onComplete,
onError,
}: UseChatStreamingOptions = {}) {