feat(hololake): add mobile server account and capability proxy
This commit is contained in:
parent
758eef79ab
commit
19bd38c6e3
11 changed files with 1436 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue