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
This guide introduces how to configure and use the `IFlytek Spark` model in `Aide`.
6
+
7
+
You can find more detailed information in the [official IFlytek Spark reference documentation](https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html#_1-%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E).
8
+
9
+
### API Base URL Configuration
10
+
11
+
You need to set [`aide.openaiBaseUrl`](../configuration/openai-base-url.md) to `https://spark-api-open.xf-yun.com/v1`.
12
+
13
+
### API Key Configuration
14
+
15
+
You need to set [`aide.openaiKey`](../configuration/openai-key.md) to your `IFlytek Spark` API `key:secret`.
16
+
17
+
### Model Configuration
18
+
19
+
You need to set [`aide.openaiModel`](../configuration/openai-model.md) to the `IFlytek Spark` model. We recommend using the `4.0Ultra` model. For more models, please refer to the official reference documentation linked above.
0 commit comments