Skip to content

Commit fb8b12c

Browse files
committed
MiOSv0.2.0 - Flatten AI artifacts to relational schema
1 parent 7d7e0ed commit fb8b12c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

usr/share/mios/ai/v1/models.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"object": "list",
33
"data": [],
4-
"documentation": "Native model discovery schema. Populate /srv/ai/models to reflect active inventory."
4+
"documentation": "Native model discovery schema."
55
}

v1/chat/completions

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# MiOS Unified Inference Schema
2-
# Relational Documentation: Chat Completions
3-
# Endpoint: /v1/chat/completions
4-
# Compliance: OpenAI API Standard (Day-0)
5-
62
{
73
"spec": "POST /v1/chat/completions",
8-
"implementation": "Native system proxy to local AI container",
4+
"implementation": "Native system proxy",
95
"status": "ready"
106
}

0 commit comments

Comments
 (0)