Skip to content

Commit f31c415

Browse files
authored
Merge pull request #151 from FlutterFlow/puf-fix-typo-in-sse-docs
Fix typo in SSE docs
2 parents 2487190 + 7382497 commit f31c415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/control-flow/backend-logic/api/streaming-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The user interface includes a section for the average rating, and number of revi
111111

112112
For building this app, we will use [OpenAI's Chat Completion API](https://platform.openai.com/docs/guides/text-generation/chat-completions-api) to generate a summary based on given reviews. Before you build anything related to APIs in your app, it's essential to create and test the APIs to ensure they work correctly. So let's [create and test](../api/create-test-api-calls.md) the Chat Completion API in our project.
113113

114-
Once created, open the **Advanced Settings** and **enable** the **Process Stream Response** toggle.
114+
Once created, open the **Advanced Settings** and **enable** the **Process Streaming Response** toggle.
115115

116116
Here's how you do it:
117117

0 commit comments

Comments
 (0)