> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aiid.edu.kg/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK 示例（Go）

> go-openai 兼容调用

```go theme={null}
cfg := openai.DefaultConfig("YOUR_API_KEY")
cfg.BaseURL = "https://api.aiid.edu.kg"
```
