from openai import OpenAI
client = OpenAI(api_key="YOUR_API_KEY", base_url="https://api.aiid.edu.kg")
集成与工具
SDK 示例(Python)
OpenAI Python SDK
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
OpenAI Python SDK
from openai import OpenAI
client = OpenAI(api_key="YOUR_API_KEY", base_url="https://api.aiid.edu.kg")
