> ## 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. Abre el archivo gpt\_academic/config.py:
   <img src="https://mintcdn.com/aihubmix/_Cbum_77AgsRh-CI/public/cn/image16.png?fit=max&auto=format&n=_Cbum_77AgsRh-CI&q=85&s=461ecf466b641c1c2acd03a52e9b2401" alt="Imagen" width="847" height="341" data-path="public/cn/image16.png" />
2. Localiza la variable API\_KEY en config.py e introduce [la clave de este sitio](https://aihubmix.com/token):
   <img src="https://mintcdn.com/aihubmix/_Cbum_77AgsRh-CI/public/cn/image17.png?fit=max&auto=format&n=_Cbum_77AgsRh-CI&q=85&s=bf2557779c2388032d503f475fdb8e59" alt="Imagen" width="856" height="232" data-path="public/cn/image17.png" />
3. Desplázate hacia abajo para encontrar la variable API\_URL\_REDIRECT en config.py. Modifícala copiando directamente el siguiente bloque de código:

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

<img src="https://mintcdn.com/aihubmix/_Cbum_77AgsRh-CI/public/cn/image18.png?fit=max&auto=format&n=_Cbum_77AgsRh-CI&q=85&s=65fc3d203180ae516ecd27052222a12c" alt="Imagen" width="1304" height="194" data-path="public/cn/image18.png" />

4\. A continuación, puedes usarlo:

<img src="https://mintcdn.com/aihubmix/_Cbum_77AgsRh-CI/public/cn/image19.png?fit=max&auto=format&n=_Cbum_77AgsRh-CI&q=85&s=b5cfcc3e264032b5bdb7f0b265120c95" alt="Imagen" width="1246" height="498" data-path="public/cn/image19.png" />

***

Última actualización: 2026-06-01
