Skip to content

Commit a6078ff

Browse files
authored
Update README.md
1 parent 4ce9057 commit a6078ff

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,6 @@ Search().run(query="What is today's date?")
145145

146146
> An executable version of this example can be found [here](./examples/example_search.py). (*You must move this file to the root folder before running the program.*)
147147

148-
## Stream Mode
149-
Enable streaming mode to receive responses as they are generated without waiting for the full response.
150-
151-
#### Example Usage
152-
153-
***CLI***
154-
```bash
155-
python cli.py --chat --stream
156-
```
157-
158-
***Wrapper***
159-
```python
160-
from perplexity import Chat
161-
162-
Chat().run(stream=True)
163-
```
164-
165148
## Advanced Configuration
166149

167150
### CLI and Wrapper Options

0 commit comments

Comments
 (0)