You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function Call capability can be enabled for LLM models that do not support Function Call through channel configuration.
5
+
6
+
## Private Channel
7
+
Cloud services support users to configure their own private channels. Only AK calls under personal account names are allowed.
8
+
9
+
## Fallback Models
10
+
Caht completion capability point requests support for alternative models.
11
+
12
+
```json
13
+
{
14
+
//...
15
+
"models": "model1, models2",
16
+
//...
17
+
}
18
+
```
19
+
It will automatically switch to models2 when the request fails with models1.
20
+
The default maximum number of supported candidate models is 3, which can be adjusted through backend configuration of bella.openapi.max-modes-per request.
0 commit comments