メインコンテンツへスキップ

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.

ダウンロードアドレス: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の部分を当サイトのキーに置き換えてください。