Skip to content

Commit

Permalink
write summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasalmeida committed Oct 23, 2024
1 parent 6cfa77e commit eb018f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function chat(div,url='https://episphere.github.io/gemini/connectStudy.txt
let txtPrompt = div.querySelector('#txtPrompt')
divConverse.appendChild(divExchange)
conversation = await converse([],url)
conversation.push('write a short summary')
conversation.push('write summary')
conversation = await converse(conversation)

divExchange.innerHTML=`<h3>${conversation[3]}</h3>`
Expand Down

0 comments on commit eb018f1

Please sign in to comment.