👩‍💻

OpenAI API サンプルコード・ラッパーまとめ

2023/07/22に公開

OpenAI APIを使ったコード

参考になりそうなコードのまとめです。

サンプルコード・API・ラッパー

公式

https://github.com/openai/openai-cookbook

https://cookbook.openai.com/

https://dev.classmethod.jp/articles/tried-the-code-in-the-openai-cookbook/

LangChain
https://github.com/langchain-ai/langchain

公式以外

元マイクロソフトのエンジニア、中島さんが作っているOSS
https://github.com/snakajima/SlashGPT

Spiral-AIという会社の人が作っているOpenAI APIのラッパー
https://github.com/Spiral-AI/SpiralFilm

無料のWeb書籍。よくまとまっている
https://zenn.dev/ml_bear/books/d1f060a3f166a5

https://zenn.dev/knowledgework/articles/8beb4fb11efaa9

https://note.com/nike_cha_n/n/n7ef25b6ae288

https://github.com/taikinman/langrila

Code Interpreter関連

まとめ

https://zenn.dev/karaage0703/articles/faaa61602a53d4

API

https://github.com/shroominic/codeinterpreter-api

https://zenn.dev/karaage0703/articles/04f585d1d46979

GUI

https://github.com/ricklamers/gpt-code-ui

https://github.com/mahm/codeinterpreter-streamlit

アプリ

チャット

https://github.com/nichtdax/awesome-totally-open-chatgpt

https://zenn.dev/kentarok/articles/5e326b627c1b2c

https://github.com/streamlit/llm-examples

https://github.com/yoshidashingo/slackbot-bolt-python-chatgpt

https://zenn.dev/tsuzukia/articles/bc0564a7a7f427

https://shinyorke.hatenablog.com/entry/2023/10/08/200000

要約

論文要約
https://github.com/yuta0821/paper_bookshelf

https://qiita.com/yuta0821/items/2edf338a92b8a157af37

https://ar-ray.hatenablog.com/entry/2023/04/15/100000

効率化

https://github.com/insulineru/ai-commit

https://github.com/mckaywrigley/kindle-gpt

ロボット

https://github.com/microsoft/PromptCraft-Robotics/

https://github.com/koichirokato/chatgpt_ros

テスト・評価

https://zenn.dev/karaage0703/articles/43f3fa5aa9bf1f

自分で作ったアプリ・スクリプト

https://github.com/karaage0703/ronshuku

https://zenn.dev/karaage0703/articles/ca086022abdd70

関連記事

https://zenn.dev/karaage0703/articles/fa33ca649d52c2

https://zenn.dev/karaage0703/articles/6b81561d245968

まとめ

とりあえずメモ的に。いいやつあれば教えてください。

関連記事

https://zenn.dev/karaage0703/articles/5df61d446684f9

https://zenn.dev/karaage0703/articles/04f585d1d46979

Discussion