Skip to content

Commit da4af7c

Browse files
committed
Remove duplicate streaming code and old update notice
1 parent 35fa2e4 commit da4af7c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,6 @@ This combines the power of GPT-4's Code Interpreter with the flexibility of your
9494

9595
## Commands
9696

97-
**Update:** The Generator Update (0.1.5) introduced streaming:
98-
99-
```python
100-
message = "What operating system are we on?"
101-
102-
for chunk in interpreter.chat(message, display=False, stream=True):
103-
print(chunk)
104-
```
105-
10697
### Interactive Chat
10798

10899
To start an interactive chat in your terminal, either run `interpreter` from the command line:

0 commit comments

Comments
 (0)