Fix parameters for chat
This commit is contained in:
parent
11757ebbe0
commit
9a407de5a2
1 changed files with 0 additions and 4 deletions
|
|
@ -28,10 +28,6 @@ export async function POST(req: Request) {
|
|||
model: 'gpt-3.5-turbo',
|
||||
messages,
|
||||
temperature: 0.7,
|
||||
top_p: 1,
|
||||
frequency_penalty: 1,
|
||||
max_tokens: 500,
|
||||
n: 1,
|
||||
stream: true
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue