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

# Gptme 사용법

다운로드 주소: [https://github.com/ErikBjare/gptme](https://github.com/ErikBjare/gptme)\
프로젝트 배포 후, `~/.config/gptme/config.toml` 파일(사용자 홈 디렉토리에 위치)로 이동하여 구성합니다.
예시 구성 파일:

```
[env]
OPENAI_API_KEY = "sk-xxx"
MODEL = "local/gpt-4o"
OPENAI_BASE_URL = "https://aihubmix.com/v1"
```

## `sk-xxx`를 [이 사이트의 키](https://aihubmix.com/token)로 바꿉니다.

마지막 업데이트: 2026-06-01
