Abhishek
Abhishek
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
@Lee , its working thank you !!
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
Thanks for the quick turnaround, let me check
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
No I was trying with node and without node to figure out why things are not working
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
Could you suggest some solutions to solve this. I am stuck with this as I am migrating my all LLM calls to vercel AI sdk
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
This is my imports also I am calling convertTranscriptToLinkedInPost in workflow component import { createAmazonBedrock } from '@ai-sdk/amazon-bedrock'; import { generateText } from 'ai';
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
without "use node" I am getting this error [TypeError: this.url.searchParams is not iterable]
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
is it due to createAmazonBedrock from ai sdk ??
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
yes @Lee
19 replies
CCConvex Community
Created by Abhishek on 3/16/2025 in #support-community
AI SDK giving crypto is not defined error
here is my action code export const convertTranscriptToLinkedInPost = internalAction({ args: { videoTranscript: v.string(), templateContent: v.optional(v.string()), }, handler: async (ctx, args) => { const { videoTranscript, templateContent } = args; // Call ai sdk to convert transcript to linkedin post try { const bedrock = createAmazonBedrock({ region: 'us-east-1', accessKeyId: process.env.AWS_ACCESS_KEY_ID!, secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!, }); console.log( 'AWS Bedrock | Model', bedrock('anthropic.claude-3-5-sonnet-20240620-v1:0'), ); const { text } = await generateText({ model: bedrock('anthropic.claude-3-5-sonnet-20240620-v1:0'), system: systemPrompt, prompt: getTranscriptToLinkedInPostPrompt( templateContent, videoTranscript, ), }); return text; } catch (error) { console.error('Error in LLM call', error); throw new Error('Error in LLM call ' + error); } }, });
19 replies
CCConvex Community
Created by Abhishek on 3/4/2024 in #support-community
React Suspense is not working up with convex
I'm bumping this up now that react 19 is officially released and stable can we update the useQuery to support suspense? Thanks
8 replies
CCConvex Community
Created by erquhart on 12/1/2023 in #support-community
Uncaught Error: `new Date()` with non-number arguments is not supported.
refacctoring started
74 replies
CCConvex Community
Created by erquhart on 12/1/2023 in #support-community
Uncaught Error: `new Date()` with non-number arguments is not supported.
lets gooooo
74 replies
CCConvex Community
Created by erquhart on 12/1/2023 in #support-community
Uncaught Error: `new Date()` with non-number arguments is not supported.
xD
74 replies
CCConvex Community
Created by erquhart on 12/1/2023 in #support-community
Uncaught Error: `new Date()` with non-number arguments is not supported.
hopefully
74 replies
CCConvex Community
Created by erquhart on 12/1/2023 in #support-community
Uncaught Error: `new Date()` with non-number arguments is not supported.
hahah nice way of bumping
74 replies
CCConvex Community
Created by Abhishek on 7/11/2024 in #support-community
Rate Limiting Options
yes and also block users
7 replies
CCConvex Community
Created by Abhishek on 7/11/2024 in #support-community
Rate Limiting Options
Yup I know about this but I'm asking for something else thanks though, 😃
7 replies
CCConvex Community
Created by Gorka Cesium on 7/9/2024 in #general
How does the dashboard check it's own version
Thanks a ton wanted to implement the same
5 replies