|
|
@@ -1614,7 +1614,11 @@ Below are the API references for basic serving and multi-language service invoca
|
|
|
<td>Key information extraction result.</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
-</table></details>
|
|
|
+</table>
|
|
|
+<li><b>Note:</b></li>
|
|
|
+Including sensitive parameters such as API key for large model calls in the request body can be a security risk. If not necessary, set these parameters in the configuration file and do not pass them on request.
|
|
|
+<br/><br/>
|
|
|
+</details>
|
|
|
<details><summary>Multi-language Service Invocation Examples</summary>
|
|
|
<details>
|
|
|
<summary>Python</summary>
|
|
|
@@ -1690,6 +1694,7 @@ print("Final result:")
|
|
|
print(result_chat["chatResult"])
|
|
|
</code></pre>
|
|
|
</details>
|
|
|
+</details>
|
|
|
<br/>
|
|
|
|
|
|
📱 **Edge Deployment**: Edge deployment is a method where computing and data processing functions are placed on the user's device itself, allowing the device to process data directly without relying on remote servers. PaddleX supports deploying models on edge devices such as Android. For detailed instructions on edge deployment, please refer to the [PaddleX Edge Deployment Guide](../../../pipeline_deploy/edge_deploy.md).
|