Skip to content

Commit

Permalink
set account_id
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Nov 27, 2024
1 parent bb3e348 commit dd60103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/ai-plugin/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function GET() {
},
],
"x-mb": {
"account-id": key.accountId || "",
"account-id": key.accountId || "near-roasts.near",
assistant: {
name: "NEAR Roast Agent",
description:
Expand Down

0 comments on commit dd60103

Please sign in to comment.