We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a82b6 commit d62e8e4Copy full SHA for d62e8e4
README.md
@@ -140,7 +140,8 @@ $response = GrokAI::chat(
140
new ChatOptions(model: Model::GROK_2, stream: true)
141
);
142
```
143
-Streaming is useful for chatbots, assistants, and real-time applications.
+
144
+> Streaming is useful for chatbots, assistants, and real-time applications.
145
---
146
147
## 🧪 Testing
@@ -162,4 +163,4 @@ Want to improve this package? Check out [CONTRIBUTE.md](CONTRIBUTE.md) for contr
162
163
164
## 📄 License
165
-This package is open-source software licensed under the [MIT License](LICENSE).
166
+This package is open-source software licensed under the [MIT License](LICENSE).
0 commit comments