mirror of
https://github.com/Expand-sys/expandschatbot
synced 2026-03-22 12:37:10 +11:00
yeeeeesssss more asshole
This commit is contained in:
parent
0aa74014e5
commit
e1f36b9d2b
1 changed files with 4 additions and 4 deletions
8
index.js
8
index.js
|
|
@ -58,13 +58,13 @@ client.on("message", async (message) => {
|
|||
question = question.join(" ")
|
||||
|
||||
response = await openai.createCompletion({
|
||||
model: "text-davinci-003",
|
||||
model: "text-curie-001",
|
||||
|
||||
prompt: `${question}`,
|
||||
temperature: 0.5,
|
||||
prompt: `you are an asshole please respond to the following\n ${question}`,
|
||||
temperature: 0.9,
|
||||
max_tokens: 500,
|
||||
top_p: 0.3,
|
||||
frequency_penalty: 0.5,
|
||||
frequency_penalty: 0.9,
|
||||
presence_penalty: 0.0
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue