TIA / workers /tiaChatWorker.ts
DJ-Goanna-Coding's picture
Upload folder using huggingface_hub
fa3ed75 verified
raw
history blame contribute delete
84 Bytes
export async function run(message: string) {
return "TIA received: " + message;
}