labunix's blog

labunixのラボUnix

2023-03-26から1日間の記事一覧

bash+curlでChatGPTのAPIを叩いて翻訳してもらう

■bash+curlでChatGPTのAPIを叩いて翻訳してもらう アカウントを作ってAPIキーを保存する。 https://openai.com/api/ https://platform.openai.com/account/api-keys ■Chatについては以下を参照 https://platform.openai.com/docs/guides/chat ■こんな感じで…