An open API service indexing awesome lists of open source software.

https://github.com/kazuhito00/openai-chat-completions-colaboratory-sample

Colaboratory上でChatGPTのAPIをお試しするサンプル
https://github.com/kazuhito00/openai-chat-completions-colaboratory-sample

chatgpt colab colaboratory gpt-4o openai python

Last synced: 3 months ago
JSON representation

Colaboratory上でChatGPTのAPIをお試しするサンプル

Awesome Lists containing this project

README

          

# OpenAI-chat-completions-Colaboratory-Sample
Colaboratory上でChatGPTのAPIをお試しするサンプルです。

テキスト入力と画像入力を試しています。

モデルは「gpt-4o-mini」を指定しています(2024年7月21日時点)


![image](https://github.com/Kazuhito00/OpenAI-chat-completions-Colaboratory-Sample/assets/37477845/cb46d213-de0e-4917-9799-6203d5b90787)

# Usage
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Kazuhito00/OpenAI-chat-completions-Colaboratory-Sample/blob/main/OpenAI-chat-completions-Colaboratory-Sample.ipynb)

Colaboratoryでノートブックを開き、上から順に実行してください。

実行前にシークレットタブで「OPENAI_API_KEY」を設定してください。

# License
OpenAI-chat-completions-Colaboratory-Sample is under [Apache-2.0 license](LICENSE).

# Author
高橋かずひと(https://twitter.com/KzhtTkhs)