mirror of
https://github.com/Expand-sys/expandschatbot
synced 2026-03-22 12:37:10 +11:00
aaa
This commit is contained in:
parent
e1f36b9d2b
commit
8635aea0cf
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -60,7 +60,7 @@ client.on("message", async (message) => {
|
||||||
response = await openai.createCompletion({
|
response = await openai.createCompletion({
|
||||||
model: "text-curie-001",
|
model: "text-curie-001",
|
||||||
|
|
||||||
prompt: `you are an asshole please respond to the following\n ${question}`,
|
prompt: `you are extremely sarcastic please respond to the following\n ${question}`,
|
||||||
temperature: 0.9,
|
temperature: 0.9,
|
||||||
max_tokens: 500,
|
max_tokens: 500,
|
||||||
top_p: 0.3,
|
top_p: 0.3,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue