Fixed worker-configuration.d.ts

This commit is contained in:
Tim Millwood 2025-02-19 13:31:54 +00:00 committed by GitHub
parent b08b5e1196
commit 2751cb12f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
interface Env {
RUNNING_IN_DOCKER: Settings;
DEFAULT_NUM_CTX:Settings;
ANTHROPIC_API_KEY: string;
OPENAI_API_KEY: string;