Added space back

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

View File

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