Public
ktodaz avatar
ktodaz
getGPTResponse
Script
Get a response from GPT for the player.
0
ktodaz avatar
ktodaz
gpt3Example
Script
Forked from isfeng/gpt3Example
0
stevekrouse avatar
stevekrouse
telegram
Script
Forked from pomdtr/telegram
3
turbo1912 avatar
turbo1912
call_fal_fal_sdxl
Script
An interactive, runnable TypeScript val by turbo1912
0
jdan avatar
jdan
elements
Script
An interactive, runnable TypeScript val by jdan
0
stevekrouse avatar
stevekrouse
gpt4
Script
Forked from rlimit/gpt4
0
turbo1912 avatar
turbo1912
fal_sdxl
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 .
0
yawnxyz avatar
yawnxyz
createGeneratedVal
Script
Forked from andreterron/createGeneratedVal
0
stevekrouse avatar
stevekrouse
signedFetch
Script
Forked from stevekrouse/runValAPIAuth
0
stevekrouse avatar
stevekrouse
runValAPIAuth
Script
// Make an authenticated request to another user's val
1
ayush37 avatar
ayush37
emailGPT3
Script
Forked from stevekrouse/emailGPT3
0
joey avatar
joey
emailOnGithubStar
Script
// Notifies you when you get a new star on your repo
0
austinm911 avatar
austinm911
telegram
Script
Forked from stevekrouse/telegram
0
1
Next
Updated: October 23, 2023