Commit 80123544 authored by simon3000's avatar simon3000

Update demo-conversation.ts

parent df94c613
......@@ -26,7 +26,7 @@ async function main() {
console.log(response)
const prompt2 = 'Continue'
const prompt2 = 'Did they made OpenGPT?'
console.log(
await oraPromise(conversation.sendMessage(prompt2), {
......@@ -34,9 +34,19 @@ async function main() {
})
)
const prompt3 = 'Who founded this institute?'
console.log(
await oraPromise(conversation.sendMessage(prompt2), {
text: prompt2
await oraPromise(conversation.sendMessage(prompt3), {
text: prompt3
})
)
const prompt4 = 'Who is that?'
console.log(
await oraPromise(conversation.sendMessage(prompt4), {
text: prompt4
})
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment