You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add demo section for MLX OpenAI Server with Codex
- Introduced a new demo section in README.md showcasing the MLX OpenAI Server with a local 27B model.
- Included a YouTube link and image for visual demonstration, emphasizing local and private AI coding assistance capabilities.
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,22 @@ A high-performance OpenAI-compatible API server for MLX models. Run text, vision
9
9
10
10
---
11
11
12
+
## 🎬 Demo: MLX OpenAI Server + Codex
13
+
14
+
> **See it in action!** A local 27B model powering OpenAI Codex — fully local, fully private, on Apple Silicon.
15
+
16
+
[](https://youtu.be/CY5yVS8P5Vg)
17
+
18
+
**[▶ Watch the demo on YouTube](https://youtu.be/CY5yVS8P5Vg)**
19
+
20
+
`mlx-openai-server` works as a drop-in local backend for tools like [OpenAI Codex](https://github.com/openai/codex), giving you a fully local AI coding assistant with zero API costs.
21
+
22
+
---
23
+
12
24
## Table of Contents
13
25
26
+
-[Demo: MLX OpenAI Server + Codex](#-demo-mlx-openai-server--codex)
0 commit comments