Skip to content

Commit

Permalink
feat: Upgrade Q&A to GPT 4 Turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Feb 6, 2024
1 parent 70cbafb commit 8e6426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/plugins/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const registerSearch = async (fastify: FastifyInstance): Promise<void> => {
}

return await openai.chat.completions.create({
model: "gpt-3.5-turbo-16k",
model: "gpt-4-turbo-preview",
stream: true,
messages: [
{
Expand Down

0 comments on commit 8e6426b

Please sign in to comment.