Skip to content

Commit

Permalink
rm wrong key
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Feb 29, 2024
1 parent bda3948 commit a756631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-chat/src/app/api/chat-completion/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function POST(req: Request) {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: `Bearer ${process.env.MB_API_KEY || 'your-key'}`,
Authorization: `Bearer ${process.env.MB_API_KEY || 'hey'}`,
},
body: JSON.stringify({
model: "openai/gpt-4-1106-preview",
Expand Down

0 comments on commit a756631

Please sign in to comment.