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 { 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') |