turbo1912 avatar
call_fal_fal_sdxl
@turbo1912
Script
An interactive, runnable TypeScript val by turbo1912
joey avatar
emailOnGithubStar
@joey
Script
// Notifies you when you get a new star on your repo
ayush37 avatar
emailGPT3
@ayush37
Script
Forked from stevekrouse/emailGPT3
stevekrouse avatar
telegram
@stevekrouse
Script
Forked from pomdtr/telegram
stevekrouse avatar
signedFetch
@stevekrouse
Script
Forked from stevekrouse/runValAPIAuth
ktodaz avatar
getGPTResponse
@ktodaz
Script
Get a response from GPT for the player.
austinm911 avatar
telegram
@austinm911
Script
Forked from stevekrouse/telegram
jdan avatar
elements
@jdan
Script
An interactive, runnable TypeScript val by jdan
stevekrouse avatar
gpt4
@stevekrouse
Script
Forked from rlimit/gpt4
turbo1912 avatar
fal_sdxl
@turbo1912
Script
fal/sdxl This val is an example usage sdxl with fal.ai's javascript client. https://www.fal.ai/models/stable-diffusion-xl The client offers a way for you to subscribe to queue updates. This is useful if you want to get notified when a function is done running, or if you want to get the logs as they are being generated. import fal from "npm:@fal-ai/serverless-client"; const result = await fal.subscribe(FUNCTION_ID, { input: { seed: 176400, }, pollInterval: 5000, logs: true, onQueueUpdate: (update) => { console.log(update.status); if (update.status === "IN_PROGRESS") { update.logs.map((log) => log.message).forEach(console.log); } }, }); console.log(result.url); The onQueueUpdate callback will be called every time the queue status changes. The update object contains the queue status data as documented on the status types section .
bcongdon avatar
createGeneratedVal
@bcongdon
Script
Forked from andreterron/createGeneratedVal
ktodaz avatar
gpt3Example
@ktodaz
Script
Forked from isfeng/gpt3Example
stevekrouse avatar
runValAPIAuth
@stevekrouse
Script
// Make an authenticated request to another user's val
yawnxyz avatar
createGeneratedVal
@yawnxyz
Script
Forked from andreterron/createGeneratedVal
1
Next
October 23, 2023