fix: update streaming how-to url (#2037)
This commit is contained in:
parent
b177644354
commit
6fd0fe60fc
|
|
@ -709,7 +709,7 @@ formData.append("openAIApiKey[openAIEmbeddings_0]", "sk-my-openai-2nd-key")`
|
||||||
{getIsChatflowStreamingApi.data?.isStreaming && (
|
{getIsChatflowStreamingApi.data?.isStreaming && (
|
||||||
<p>
|
<p>
|
||||||
Read
|
Read
|
||||||
<a rel='noreferrer' target='_blank' href='https://docs.flowiseai.com/how-to-use#streaming'>
|
<a rel='noreferrer' target='_blank' href='https://docs.flowiseai.com/using-flowise/streaming'>
|
||||||
here
|
here
|
||||||
</a>
|
</a>
|
||||||
on how to stream response back to application
|
on how to stream response back to application
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue