mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 14:52:09 +03:00
feat: add /v1/completions legacy endpoint + show all 3 OpenAI endpoints in dashboard
- New route /v1/completions: accepts prompt string (legacy) + messages array Normalizes prompt format to chat/completions format automatically - EndpointPageClient: Added 3rd card (Completions Legacy) in Core APIs section Dashboard now shows: /v1/chat/completions, /v1/responses, /v1/completions - i18n: completionsLegacy/completionsLegacyDesc synced to 30 languages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "omniroute",
|
||||
"version": "2.3.8",
|
||||
"version": "2.3.9",
|
||||
"description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user