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

# GPT Academic 사용법

1. gpt\_academic/config.py 파일을 엽니다:\\
   <img src="https://mintcdn.com/aihubmix/axGkcFk0FkcdXl5v/public/en/image16.png?fit=max&auto=format&n=axGkcFk0FkcdXl5v&q=85&s=2f3cd73562c5ab5f020df174507aa496" alt="Image" width="847" height="341" data-path="public/en/image16.png" />
2. config.py에서 API\_KEY 변수를 찾아 [이 사이트의 키](https://aihubmix.com/token)를 입력합니다:\\
   <img src="https://mintcdn.com/aihubmix/axGkcFk0FkcdXl5v/public/en/image17.png?fit=max&auto=format&n=axGkcFk0FkcdXl5v&q=85&s=6e33ff4f1f302cc627dc5fe6cbfea6e5" alt="Image" width="856" height="232" data-path="public/en/image17.png" />
3. config.py에서 API\_URL\_REDIRECT 변수를 찾아 아래 코드 블록을 직접 복사하여 수정합니다:

```
API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://aihubmix.com/v1/chat/completions"}
```

<img src="https://mintcdn.com/aihubmix/axGkcFk0FkcdXl5v/public/en/image18.png?fit=max&auto=format&n=axGkcFk0FkcdXl5v&q=85&s=812b659108a9a57a4dd87e02c3698dbf" alt="Image" width="1304" height="194" data-path="public/en/image18.png" />

4\. 이제 사용할 수 있습니다.\\

<img src="https://mintcdn.com/aihubmix/axGkcFk0FkcdXl5v/public/en/image19.png?fit=max&auto=format&n=axGkcFk0FkcdXl5v&q=85&s=9bf851be1b4e47cc0d066ac935ac7e5c" alt="Image" width="1246" height="498" data-path="public/en/image19.png" />

***

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