Skip to content

Commit

Permalink
Fix parameters for chat
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jun 16, 2023
1 parent 11757eb commit 9a407de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/api/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

Expand Down

0 comments on commit 9a407de

Please sign in to comment.