> ## 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

***

title: "Exemple SDK (Go)"
description: "Appel compatible go-openai"
-----------------------------------------

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