inference-api / src /routes /+page.server.ts
enzostvs's picture
enzostvs HF staff
dynamic load for env
df91643
raw
history blame
No virus
114 Bytes
import { redirect } from '@sveltejs/kit';
export function load() {
throw redirect(302, '/text-generation');
}