Skip to content
New issue

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

【STEP2】OpenAIのAPIを使ってみる #36

Open
Miyabi315 opened this issue Sep 27, 2024 · 1 comment
Open

【STEP2】OpenAIのAPIを使ってみる #36

Miyabi315 opened this issue Sep 27, 2024 · 1 comment

Comments

@Miyabi315
Copy link
Collaborator

Miyabi315 commented Sep 27, 2024

概要

openaiのAPIを使ってLLMからの返答を取得する。

手順

  1. APIkeyを手にいれる。

APIkeyについての注意:最初は自分のアカウントの無料分で実装してください。また、足りなくなった場合はkeyを発行するので連絡お願いします。

OpenAI Platform

  1. openaiのライブラリを調べてコードを書く

注意:セキュリティの観点からAPIkeyは.envファイルに書いてください。

参考記事

  1. ファイルを実行してLLMからの返答を取得する

オプション

  • プロンプトを工夫してみる。(プロンプトエンジニアリング)
    -> プロンプトを少し変えただけで大きく返答が変わるため、どのプロンプトが良いか調べてみる。
  • パラメーターを調節する
    ->どのようなパラメーターがあって何が変わっているのかを理解する
@Miyabi315 Miyabi315 changed the title 【STEP2】OpenAIのAPI 【STEP2】OpenAIのAPIを使ってみる Sep 27, 2024
@Miyabi315
Copy link
Collaborator Author

ライブラリのダウンロードについて

今回の課題ではコンテナのリビルド毎にrequirements.txtに書いてあるライブラリはダウンロードされます。
また、requirements.txtにバージョンを書くことでダウンロードするバージョンの指定もできます。
ぜひ活用してみてください!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant