bolt.diy / worker-configuration.d.ts
Cole Medin
Added the OpenRouter provider and a few models from OpenRouter (easily extendable to include more!)
4f7a06f
raw
history blame
128 Bytes
interface Env {
ANTHROPIC_API_KEY: string;
OPENAI_API_KEY: string;
GROQ_API_KEY: string;
OPEN_ROUTER_API_KEY: string;
}