changed default api to be langflow on chat streaming

This commit is contained in:
Lucas Oliveira 2025-10-21 15:47:52 -03:00 committed by Mike Fortman
parent 9f995622dd
commit a56a39f4c4

View file

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