feat(api): add no-reply OpenAI-compatible API service

This commit is contained in:
2026-02-25 10:36:32 +00:00
parent f3662457bc
commit 1140a928f3
2 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "whispergate-no-reply-api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs"
}
}