學習摘要

教學目的

快速開始

基礎概念

前置準備

用 Colab 執行

AI 工作流

🔌數據星球 API


申請 Aralia 帳號與密鑰

  1. 到 Demo Site https://marketing-sso.araliadata.io/realms/stellar/protocol/openid-connect/auth?client_id=stellar-api&redirect_uri=https%3A%2F%2Fmarketing.araliadata.io&response_type=code&state=cd7954f7-47d5-4010-8df5-4141c39b1e4b 申請帳號。

  2. 登入 Demo site https://marketing.araliadata.io/

    https://one.araliadata.io/

  3. 取得密鑰:

<aside> <img src="/icons/warning_yellow.svg" alt="/icons/warning_yellow.svg" width="40px" />

請務必妥善保管 Client ID 和 Client Secret,後續 用 Colab 執行 都會用到。

</aside>


LLM API Key

若要使用 LLM 需要取得相應的 API 金鑰。從目前支援的供應商註冊或登入,並在帳戶設定中產生一組 API 金鑰。

<aside> <img src="/icons/search_blue.svg" alt="/icons/search_blue.svg" width="40px" />

金鑰(API Key)是什麼?

識別你是誰、允許你安全使用系統與 識別身份 的「門禁卡」。想像你去圖書館借書,需要拿「借書證」證明你是誰、可以借多少。金鑰就是系統世界的「借書證」。

</aside>

← 上一章: 基礎概念

下一章:用 Colab 執行