We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openaiのAPIを使ってLLMからの返答を取得する。
手順
APIkeyについての注意:最初は自分のアカウントの無料分で実装してください。また、足りなくなった場合はkeyを発行するので連絡お願いします。
OpenAI Platform
注意:セキュリティの観点からAPIkeyは.envファイルに書いてください。
参考記事
オプション
The text was updated successfully, but these errors were encountered:
今回の課題ではコンテナのリビルド毎にrequirements.txtに書いてあるライブラリはダウンロードされます。 また、requirements.txtにバージョンを書くことでダウンロードするバージョンの指定もできます。 ぜひ活用してみてください!!
Sorry, something went wrong.
No branches or pull requests
概要
openaiのAPIを使ってLLMからの返答を取得する。
手順
OpenAI Platform
参考記事
オプション
-> プロンプトを少し変えただけで大きく返答が変わるため、どのプロンプトが良いか調べてみる。
->どのようなパラメーターがあって何が変わっているのかを理解する
The text was updated successfully, but these errors were encountered: