Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Chatgpt Puppeteer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Chatgpt Puppeteer
Commits
80123544
Commit
80123544
authored
Dec 06, 2022
by
simon3000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update demo-conversation.ts
parent
df94c613
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
src/demo-conversation.ts
src/demo-conversation.ts
+13
-3
No files found.
src/demo-conversation.ts
View file @
80123544
...
@@ -26,7 +26,7 @@ async function main() {
...
@@ -26,7 +26,7 @@ async function main() {
console
.
log
(
response
)
console
.
log
(
response
)
const
prompt2
=
'
Continue
'
const
prompt2
=
'
Did they made OpenGPT?
'
console
.
log
(
console
.
log
(
await
oraPromise
(
conversation
.
sendMessage
(
prompt2
),
{
await
oraPromise
(
conversation
.
sendMessage
(
prompt2
),
{
...
@@ -34,9 +34,19 @@ async function main() {
...
@@ -34,9 +34,19 @@ async function main() {
})
})
)
)
const
prompt3
=
'
Who founded this institute?
'
console
.
log
(
console
.
log
(
await
oraPromise
(
conversation
.
sendMessage
(
prompt2
),
{
await
oraPromise
(
conversation
.
sendMessage
(
prompt3
),
{
text
:
prompt2
text
:
prompt3
})
)
const
prompt4
=
'
Who is that?
'
console
.
log
(
await
oraPromise
(
conversation
.
sendMessage
(
prompt4
),
{
text
:
prompt4
})
})
)
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment