We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7e0ed commit fb8b12cCopy full SHA for fb8b12c
2 files changed
usr/share/mios/ai/v1/models.json
@@ -1,5 +1,5 @@
1
{
2
"object": "list",
3
"data": [],
4
- "documentation": "Native model discovery schema. Populate /srv/ai/models to reflect active inventory."
+ "documentation": "Native model discovery schema."
5
}
v1/chat/completions
@@ -1,10 +1,6 @@
# MiOS Unified Inference Schema
-# Relational Documentation: Chat Completions
-# Endpoint: /v1/chat/completions
-# Compliance: OpenAI API Standard (Day-0)
-
6
7
"spec": "POST /v1/chat/completions",
8
- "implementation": "Native system proxy to local AI container",
+ "implementation": "Native system proxy",
9
"status": "ready"
10
0 commit comments