AI Agent Hub
AI エージェント / プラグイン情報メディア
← 一覧へ
OpenAI Codex Cookbook
CODEX

OpenAI Codex Cookbook

OpenAI Codex Cookbook

OpenAI 公式のサンプル / レシピ集。Codex / Agents SDK の実装例が多数収録されており、Codex を組み込んだエージェント開発の参考実装として使える。

原文: Examples and guides for using the OpenAI API
#cookbook#sample#公式#chatgpt#gpt-4#openai#openai-api
REPO STATS

リポジトリ統計

⭐ Stars
73.3k
🍴 Forks
12.4k
⚠️ Open Issues
141
🌿 Language
Jupyter Notebook
📄 License
MIT
🕒 最終更新
2026.05.07 (今日)
📅 公開日
2022.03.11
🌿 Branch
main
README

ドキュメント

— AI による自動翻訳 (2026.05.07 更新)

OpenAI Cookbook Logo

cookbook.openai.com でご覧ください

OpenAI API を使用して一般的なタスクを実行するためのコード例とガイドです。これらの例を実行するには、OpenAI アカウントと関連する API キーが必要です(こちらで無料アカウントを作成)。OPENAI_API_KEY という環境変数に API キーを設定します。または、Visual Studio Code などのほとんどの IDE では、リポジトリのルートに OPENAI_API_KEY=<your API key> を含む .env ファイルを作成できます。これはノートブックで自動的に読み込まれます。

ほとんどのコード例は Python で書かれていますが、概念はあらゆる言語に適用できます。

その他の便利なツール、ガイド、コースについては、Web 全体からのこれらの関連リソースをご確認ください。

ライセンス

MIT License

— GitHub から取得した原文(一部省略の場合あり)

OpenAI Cookbook Logo

✨ Navigate at cookbook.openai.com

Example code and guides for accomplishing common tasks with the OpenAI API. To run these examples, you'll need an OpenAI account and associated API key (create a free account here). Set an environment variable called OPENAI_API_KEY with your API key. Alternatively, in most IDEs such as Visual Studio Code, you can create an .env file at the root of your repo containing OPENAI_API_KEY=<your API key>, which will be picked up by the notebooks.

Most code examples are written in Python, though the concepts can be applied in any language.

For other useful tools, guides and courses, check out these related resources from around the web.

License

MIT License

RELATED

同じカテゴリの他のツール