newbolt / worker-configuration.d.ts
0Scottzilla0's picture
Upload folder using huggingface_hub
8481fea verified
raw
history blame contribute delete
47 Bytes
interface Env {
ANTHROPIC_API_KEY: string;
}