Axios處理文件下載時,需要配置responseType將返回數據處理成指定格式,官方文檔是這樣寫的:
{
// `responseType` indicates the type of data that the server will respond with
// options are: 'arraybuffer', 'document', 'json', 'text', 'st
參考文檔:
Quickstart - Get started using ChatGPT and GPT-4 with Azure OpenAI Service - Azure OpenAI Service | Microsoft Learn
先決條件
Azure 訂閲
在所需的 Azure 訂閲中授予 Azure OpenAI 的訪問權限。
具有 或gpt-35-turbo已部署的模型。
用於在 Visual Studio 上預編譯的 C++ 包含(stdc++.h for VS v1.0.0)
此文件是 GCC 13.1.0 中 bits/stdc++.h 文件的修改版本,與 Visual Studio 兼容。
修改由 Xi Xu 完成,他的個人官方主頁是 https://xi-xu-zg.github.io/。
修改版本是根據 GNU General Public Li