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