fixes model initialization for mlx

This commit is contained in:
geoffsee
2025-06-18 13:30:38 -04:00
parent 38b364caeb
commit f1d7f52dbd
12 changed files with 127 additions and 81 deletions

View File

@@ -12,7 +12,9 @@ interface Env {
// KV Bindings
KV_STORAGE: KVNamespace;
// Text/Secrets
METRICS_HOST: string;
OPENAI_API_ENDPOINT: string;
OPENAI_API_KEY: string;
EVENTSOURCE_HOST: string;
@@ -24,4 +26,6 @@ interface Env {
CEREBRAS_API_KEY: string;
CLOUDFLARE_API_KEY: string;
CLOUDFLARE_ACCOUNT_ID: string;
MLX_API_KEY: string;
OLLAMA_API_KEY: string;
}