fix: docker prod env variable fix (#1170)
* fix: docker prod env variable fix * lint and typecheck * removed hardcoded tag
This commit is contained in:
3
worker-configuration.d.ts
vendored
3
worker-configuration.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
interface Env {
|
||||
DEFAULT_NUM_CTX:Settings;
|
||||
RUNNING_IN_DOCKER: Settings;
|
||||
DEFAULT_NUM_CTX: Settings;
|
||||
ANTHROPIC_API_KEY: string;
|
||||
OPENAI_API_KEY: string;
|
||||
GROQ_API_KEY: string;
|
||||
|
||||
Reference in New Issue
Block a user