matt HOFFNER commited on
Commit
77de529
·
1 Parent(s): 0b9ebb7
Files changed (1) hide show
  1. app/api/chat/route.ts +1 -1
app/api/chat/route.ts CHANGED
@@ -26,7 +26,7 @@ export async function POST(req: Request) {
26
  const { messages, function_call } = await req.json()
27
 
28
  const response = await openai.createChatCompletion({
29
- model: 'gpt-4',
30
  stream: true,
31
  messages,
32
  functions,
 
26
  const { messages, function_call } = await req.json()
27
 
28
  const response = await openai.createChatCompletion({
29
+ model: 'gpt-4-32k-0613',
30
  stream: true,
31
  messages,
32
  functions,