To whom it may concern, thanks in advance!
It's a bit of a read but there's only one question :)
Im creating a builder class that can create nodes:
builder.createNode1().createNode2().createNode3().createNode4().getNodes();| You will work against Trello using an MCP server. | |
| pnpm commands: | |
| "dev": "next dev --turbopack --port 3123", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint", | |
| "test": "vitest --run", | |
| "db:types:old": "supabase gen types typescript --project-id \"tgtigdqxrdiikinybwoz\" --schema public > db/database.types.ts", | |
| "db:types": "npx supabase gen types typescript --local > supabase/database.types.ts", |
| import { supabaseUpload } from '@aigur/supabase'; | |
| import { createClient, gpt3Prediction, stringToArrayBuffer, whisperApi } from '@aigur/client'; | |
| const aigur = createClient({ | |
| apiKeys: { | |
| openai: process.env.OPENAI_KEY, | |
| whisperapi: process.env.WHISPER_API, | |
| } | |
| }); |
| import { supabaseUpload } from '@aigur/supabase'; | |
| import { createClient, gpt3Prediction, stringToArrayBuffer, whisperApi } from '@aigur/client'; | |
| const aigur = createClient({ | |
| apiKeys: { | |
| openai: process.env.OPENAI_KEY, | |
| whisperapi: process.env.WHISPER_API, | |
| } | |
| }); |
| import { supabaseUpload } from '@aigur/supabase'; | |
| import { createClient, gpt3TurboPrediction, stringToArrayBuffer, whisperApi } from '@aigur/client'; | |
| const aigur = createClient({ | |
| apiKeys: { | |
| openai: process.env.OPENAI_KEY, | |
| whisperapi: process.env.WHISPER_API, | |
| } | |
| }); |
To whom it may concern, thanks in advance!
It's a bit of a read but there's only one question :)
Im creating a builder class that can create nodes:
builder.createNode1().createNode2().createNode3().createNode4().getNodes();| import {map} from 'lodash'; |
| alert('lala') |