mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
fixes model initialization for mlx
This commit is contained in:
4
packages/env/env.d.ts
vendored
4
packages/env/env.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user