テキストエリアから指⽰を出そう
async function OnClick() {
//ChatGPTから結果が戻ってくるまでの表⽰
outputText.value="Waiting for response...";
//テキストエリアからプロンプトを取得
let prompt = document...
A-Frame要素の抽出結果を確認
//ChatGPTから結果が戻ってくるまでの表⽰
outputText.value="Waiting for response...";
//テキストエリアからプロンプトを取得
let prompt = document.getElementById('input').value...
Study contents
https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-fordevelopers/
https://smooth-glazer-9cf.notion.site/ChatGPT-Prompt-Engineering-forDevelopers-DeepLearning-AI-a0b0...