changed default api to be langflow on chat streaming
This commit is contained in:
parent
9f995622dd
commit
a56a39f4c4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ interface SendMessageOptions {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function useChatStreaming({
|
export function useChatStreaming({
|
||||||
endpoint = "/api/chat",
|
endpoint = "/api/langflow",
|
||||||
onComplete,
|
onComplete,
|
||||||
onError,
|
onError,
|
||||||
}: UseChatStreamingOptions = {}) {
|
}: UseChatStreamingOptions = {}) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue