-
Notifications
You must be signed in to change notification settings - Fork 131
add exa search #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add exa search #130
Conversation
|
@NicolasMontone is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
| "clsx": "^2.1.1", | ||
| "dotenv": "^17.2.3", | ||
| "drizzle-orm": "^0.44.7", | ||
| "exa-js": "^2.0.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused dependency, please remove
| Key should be a 32-byte hex string (64 characters) | ||
| INTEGRATION_ENCRYPTION_KEY=your-encryption-key | ||
| # Better Auth | ||
| BETTER_AUTH_SECRET=your-secret-key | ||
| BETTER_AUTH_URL=http://localhost:3000 | ||
| # AI Gateway (for AI workflow generation) | ||
| AI_GATEWAY_API_KEY=your-openai-api-key | ||
| # AI Gateway (for AI workflow generation, see more https://vercel.com/ai-gateway) | ||
| AI_GATEWAY_API_KEY=your-ai-gateway-api-key | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove unrelated changes
| "discover-plugins": "tsx scripts/discover-plugins.ts", | ||
| "create-plugin": "tsx scripts/create-plugin.ts" | ||
| "create-plugin": "tsx scripts/create-plugin.ts", | ||
| "workflow:runs:web": "npx workflow inspect runs --web" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove unrelated change
No description provided.