@eminent337/aery 0.1.114 → 0.1.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,7 @@ const API_KEY_PROVIDER_NAMES = {
120
120
  const API_KEY_LOGIN_PROVIDER_BLOCKLIST = new Set(["amazon-bedrock", "llama.cpp", "lmstudio", "ollama"]);
121
121
  const CUSTOM_OPENAI_COMPATIBLE_PROVIDER_LABEL = "Custom OpenAI-compatible";
122
122
  const AERY_GATEWAY_PROVIDER_ID = "__aery-gateway__";
123
- const AERY_GATEWAY_BASE_URL = "https://api.aery.dev/v1";
123
+ const AERY_GATEWAY_BASE_URL = "https://aery-gateway.eminent337.workers.dev/v1";
124
124
  export function isApiKeyLoginProvider(providerId, oauthProviderIds, builtInProviderIds = new Set(getProviders())) {
125
125
  if (API_KEY_PROVIDER_NAMES[providerId])
126
126
  return true;