Skip to content

Commit 90797cb

Browse files
authored
Update README.md
1 parent 95c9d4f commit 90797cb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# 🚀 openai-responses-server
22

3-
A plug-and-play server that speaks OpenAI’s Responses API—no matter which AI backend you’re running.
3+
A plug-and-play server that speaks OpenAI’s Responses API—no matter which AI backend you’re running.
44

5-
Ollama? vLLM? LiteLLM? Even OpenAI itself?
6-
This server bridges them all to the OpenAI ChatCompletions & Responses API interface.
5+
Ollama? vLLM? LiteLLM? Even OpenAI itself?
6+
This server bridges them all to the OpenAI ChatCompletions & Responses API interface.
77

8-
In plain words:
9-
👉 Want to run OpenAI’s Coding Assistant (Codex) or other OpenAI API clients against your own models?
10-
👉 Want to experiment with self-hosted LLMs but keep OpenAI’s API compatibility?
8+
In plain words:
9+
👉 Want to run OpenAI’s Coding Assistant (Codex) or other OpenAI API clients against your own models?
10+
👉 Want to experiment with self-hosted LLMs but keep OpenAI’s API compatibility?
1111

12-
This project makes it happen.
12+
This project makes it happen.
1313
It handles stateful chat, tool calls, and future features like file search & code interpreter—all behind a familiar OpenAI API.
1414

1515
1616

1717
# ✨ Why use this?
1818

19-
✅ Acts as a drop-in replacement for OpenAI’s Responses API.
20-
✅ Lets you run any backend AI (Ollama, vLLM, Groq, etc.) with OpenAI-compatible clients.
21-
✅ Supports OpenAI’s new Coding Assistant / Codex that requires Responses API.
22-
✅ Already battle-tested inside baby-tau: an autonomous AI assistant.
23-
✅ Built for hackers, tinkerers, researchers, OSS enthusiasts.
19+
✅ Acts as a drop-in replacement for OpenAI’s Responses API.
20+
✅ Lets you run any backend AI (Ollama, vLLM, Groq, etc.) with OpenAI-compatible clients.
21+
✅ Supports OpenAI’s new Coding Assistant / Codex that requires Responses API.
22+
✅ Already battle-tested inside baby-tau: an autonomous AI assistant.
23+
✅ Built for hackers, tinkerers, researchers, OSS enthusiasts.
2424

2525
2626

0 commit comments

Comments
 (0)