changed default api to be langflow on chat streaming
This commit is contained in:
parent
469a342ab6
commit
e236e4ac17
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