feat(hololake): add mobile server account and capability proxy

This commit is contained in:
冰朔 2026-08-02 21:49:53 +08:00
commit 19bd38c6e3
11 changed files with 1436 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
"schema": "guanghu.hololake-ai-providers/v1",
"providers": {
"default": {
"name": "HoloLake Server Model",
"base_url": "https://api.example.invalid/v1",
"api_key": "SET_IN_PRIVATE_SERVER_FILE",
"models": [
"SET_REGISTERED_MODEL_ID"
],
"timeout_ms": 120000
}
}
}