Skip to content

Commit

Permalink
fix: update streaming how-to url (FlowiseAI#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
yavisht authored Mar 26, 2024
1 parent b177644 commit 6fd0fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/views/chatflows/APICodeDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ formData.append("openAIApiKey[openAIEmbeddings_0]", "sk-my-openai-2nd-key")`
{getIsChatflowStreamingApi.data?.isStreaming && (
<p>
Read&nbsp;
<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
</a>
&nbsp;on how to stream response back to application
Expand Down

0 comments on commit 6fd0fe6

Please sign in to comment.