We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fa2e4 commit da4af7cCopy full SHA for da4af7c
README.md
@@ -94,15 +94,6 @@ This combines the power of GPT-4's Code Interpreter with the flexibility of your
94
95
## Commands
96
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
106
### Interactive Chat
107
108
To start an interactive chat in your terminal, either run `interpreter` from the command line:
0 commit comments