11 lines
221 B
Markdown
11 lines
221 B
Markdown
# Router
|
|
|
|
This section will explain in detail the usage of Router. Router has a dedicated configuration node for customization.
|
|
|
|
```json
|
|
"Router": {
|
|
"RouterId": "",
|
|
"Provider": "azure-openai",
|
|
"Model": "gpt-4"
|
|
}
|
|
``` |