We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354a9f1 commit 1ccfc4eCopy full SHA for 1ccfc4e
1 file changed
README.md
@@ -208,9 +208,9 @@ MLX Code (SwiftUI)
208
209
Being honest about limitations:
210
211
-- **No internet access** — can't browse, fetch URLs, or call APIs
+- **No web browsing** — can't fetch arbitrary URLs or browse the internet (GitHub API is the exception)
212
- **No image/video/audio generation** — this is a code assistant, not a media tool
213
-- **Small model constraints** — 3-8B parameter models make mistakes, especially with complex multi-step reasoning
+- **Small model constraints** — 3-14B parameter models make mistakes, especially with complex multi-step reasoning
214
- **No IDE integration** — standalone app, not an Xcode plugin (yet)
215
- **Tool calling is imperfect** — local models sometimes format tool calls incorrectly
216
0 commit comments