2023-06-01から1ヶ月間の記事一覧

GTDプロンプト

note.com # GTDタスク管理テンプレート ## 前提条件 - ゴール:全ての{タスク}を完了させる - 成果物:GTD(Getting Things Done)を使いやすく、一般的に活用できるタスク管理テンプレート ## 変数の定義 - タスクのゴール:{ゴール} - プロジェクト:{プロ…

正義とは

gendai.media

Fuction calling 例

‘‘‘ 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"…

poeみたいなプロンプトBot

prtimes.jp

脳神経美学

https://psych.or.jp/wp-content/uploads/2018/04/81-17-20.pdf

プロンプト交流サイト

ex-pa.jp

Function calling

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/

GirlfriendGPT

note.com gptgirlfriend.online

Pythonでgoogle sheetに書き込む方法

www.teijitaisya.com import gspread from google.oauth2.service_account import Credentials # お決まりの文句 # 2つのAPIを記述しないとリフレッシュトークンを3600秒毎に発行し続けなければならない scope = ['https://www.googleapis.com/auth/spreadsh…

ソーシャルQ&Aサイト「Quora」が、会話型AIへの移行を模索する意外な理由

www.sankei.com

chatGPTで社外メール生成

chat.openai.com