eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 179 B
JavaScript
const CONNECTIONS=[`chatgpt`,`vercel`,`ai-gateway-key`,`openai`,`anthropic`];function isModelConnection(e){return CONNECTIONS.some(t=>t===e)}export{CONNECTIONS,isModelConnection};