2023-06-01から1ヶ月間の記事一覧
note.com # GTDタスク管理テンプレート ## 前提条件 - ゴール:全ての{タスク}を完了させる - 成果物:GTD(Getting Things Done)を使いやすく、一般的に活用できるタスク管理テンプレート ## 変数の定義 - タスクのゴール:{ゴール} - プロジェクト:{プロ…
gendai.media
‘‘‘ import openai import json from dotenv import load_dotenv load_dotenv() import os model_name = "gpt-4-0613" model_name = "gpt-3.5-turbo-0613" openai.api_key = "APIキー" functions=[ { "name":"whoisheroine", "description":"", "parameters"…
prtimes.jp
https://psych.or.jp/wp-content/uploads/2018/04/81-17-20.pdf
ex-pa.jp
note.com !pip install openai import openai import json import requests openai.api_key = "自分のAPIキー" def get_weather_info(latitude, longitude): base_url = "https://api.open-meteo.com/v1/forecast" parameters = { "latitude": latitude, "lo…
prompt.quel.jp https://prompt-plus.ai/
note.com gptgirlfriend.online
www.teijitaisya.com import gspread from google.oauth2.service_account import Credentials # お決まりの文句 # 2つのAPIを記述しないとリフレッシュトークンを3600秒毎に発行し続けなければならない scope = ['https://www.googleapis.com/auth/spreadsh…
www.sankei.com
chat.openai.com