"},i&&(u.prototype[i]=u.prototype.inspect),u.prototype.compare=function(t,e,r,n,o){if(P(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),e<0||r>t.length||n<0||o>this.length)throw RangeError("out of range index");if(n>=o&&e>=r)return 0;if(n>=o)return -1;if(e>=r)return 1;if(e>>>=0,r>>>=0,n>>>=0,o>>>=0,this===t)return 0;for(var i=o-n,f=r-e,s=Math.min(i,f),a=this.slice(n,o),h=t.slice(e,r),c=0;c239?4:a>223?3:a>191?2:1;if(o+c<=r)switch(c){case 1:a<128&&(h=a);break;case 2:(192&(i=t[o+1]))==128&&(s=(31&a)<<6|63&i)>127&&(h=s);break;case 3:i=t[o+1],f=t[o+2],(192&i)==128&&(192&f)==128&&(s=(15&a)<<12|(63&i)<<6|63&f)>2047&&(s<55296||s>57343)&&(h=s);break;case 4:i=t[o+1],f=t[o+2],u=t[o+3],(192&i)==128&&(192&f)==128&&(192&u)==128&&(s=(15&a)<<18|(63&i)<<12|(63&f)<<6|63&u)>65535&&s<1114112&&(h=s)}null===h?(h=65533,c=1):h>65535&&(h-=65536,n.push(h>>>10&1023|55296),h=56320|1023&h),n.push(h),o+=c}var l=n,p=l.length;if(p<=4096)return String.fromCharCode.apply(String,l);for(var y="",g=0;gr)throw RangeError("Trying to access beyond buffer length")}function w(t,e,r,n,o,i){if(!u.isBuffer(t))throw TypeError('"buffer" argument must be a Buffer instance');if(e>o||et.length)throw RangeError("Index out of range")}function E(t,e,r,n,o,i){if(r+n>t.length||r<0)throw RangeError("Index out of range")}function A(t,e,r,n,i){return e*=1,r>>>=0,i||E(t,e,r,4,34028234663852886e22,-34028234663852886e22),o.write(t,e,r,n,23,4),r+4}function T(t,e,r,n,i){return e*=1,r>>>=0,i||E(t,e,r,8,17976931348623157e292,-17976931348623157e292),o.write(t,e,r,n,52,8),r+8}u.prototype.write=function(t,e,r,n){if(void 0===e)n="utf8",r=this.length,e=0;else if(void 0===r&&"string"==typeof e)n=e,r=this.length,e=0;else if(isFinite(e))e>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0);else throw Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o,i,f,u,s,a,h,c,l=this.length-e;if((void 0===r||r>l)&&(r=l),t.length>0&&(r<0||e<0)||e>this.length)throw RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var p=!1;;)switch(n){case"hex":return function(t,e,r,n){r=Number(r)||0;var o=t.length-r;n?(n=Number(n))>o&&(n=o):n=o;var i=e.length;n>i/2&&(n=i/2);for(var f=0;f>8,o.push(r%256),o.push(n);return o}(t,this.length-h),this,h,c);default:if(p)throw TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),p=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},u.prototype.slice=function(t,e){var r=this.length;t=~~t,e=void 0===e?r:~~e,t<0?(t+=r)<0&&(t=0):t>r&&(t=r),e<0?(e+=r)<0&&(e=0):e>r&&(e=r),e>>=0,e>>>=0,r||m(t,e,this.length);for(var n=this[t],o=1,i=0;++i>>=0,e>>>=0,r||m(t,e,this.length);for(var n=this[t+--e],o=1;e>0&&(o*=256);)n+=this[t+--e]*o;return n},u.prototype.readUInt8=function(t,e){return t>>>=0,e||m(t,1,this.length),this[t]},u.prototype.readUInt16LE=function(t,e){return t>>>=0,e||m(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUInt16BE=function(t,e){return t>>>=0,e||m(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUInt32LE=function(t,e){return t>>>=0,e||m(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+0x1000000*this[t+3]},u.prototype.readUInt32BE=function(t,e){return t>>>=0,e||m(t,4,this.length),0x1000000*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readIntLE=function(t,e,r){t>>>=0,e>>>=0,r||m(t,e,this.length);for(var n=this[t],o=1,i=0;++i=(o*=128)&&(n-=Math.pow(2,8*e)),n},u.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||m(t,e,this.length);for(var n=e,o=1,i=this[t+--n];n>0&&(o*=256);)i+=this[t+--n]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*e)),i},u.prototype.readInt8=function(t,e){return(t>>>=0,e||m(t,1,this.length),128&this[t])?-((255-this[t]+1)*1):this[t]},u.prototype.readInt16LE=function(t,e){t>>>=0,e||m(t,2,this.length);var r=this[t]|this[t+1]<<8;return 32768&r?0xffff0000|r:r},u.prototype.readInt16BE=function(t,e){t>>>=0,e||m(t,2,this.length);var r=this[t+1]|this[t]<<8;return 32768&r?0xffff0000|r:r},u.prototype.readInt32LE=function(t,e){return t>>>=0,e||m(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return t>>>=0,e||m(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readFloatLE=function(t,e){return t>>>=0,e||m(t,4,this.length),o.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return t>>>=0,e||m(t,4,this.length),o.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return t>>>=0,e||m(t,8,this.length),o.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return t>>>=0,e||m(t,8,this.length),o.read(this,t,!1,52,8)},u.prototype.writeUIntLE=function(t,e,r,n){if(t*=1,e>>>=0,r>>>=0,!n){var o=Math.pow(2,8*r)-1;w(this,t,e,r,o,0)}var i=1,f=0;for(this[e]=255&t;++f>>=0,r>>>=0,!n){var o=Math.pow(2,8*r)-1;w(this,t,e,r,o,0)}var i=r-1,f=1;for(this[e+i]=255&t;--i>=0&&(f*=256);)this[e+i]=t/f&255;return e+r},u.prototype.writeUInt8=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,1,255,0),this[e]=255&t,e+1},u.prototype.writeUInt16LE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeUInt16BE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeUInt32LE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,4,0xffffffff,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},u.prototype.writeUInt32BE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,4,0xffffffff,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeIntLE=function(t,e,r,n){if(t*=1,e>>>=0,!n){var o=Math.pow(2,8*r-1);w(this,t,e,r,o-1,-o)}var i=0,f=1,u=0;for(this[e]=255&t;++i>>=0,!n){var o=Math.pow(2,8*r-1);w(this,t,e,r,o-1,-o)}var i=r-1,f=1,u=0;for(this[e+i]=255&t;--i>=0&&(f*=256);)t<0&&0===u&&0!==this[e+i+1]&&(u=1),this[e+i]=(t/f|0)-u&255;return e+r},u.prototype.writeInt8=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeInt16BE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeInt32LE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,4,0x7fffffff,-0x80000000),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},u.prototype.writeInt32BE=function(t,e,r){return t*=1,e>>>=0,r||w(this,t,e,4,0x7fffffff,-0x80000000),t<0&&(t=0xffffffff+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeFloatLE=function(t,e,r){return A(this,t,e,!0,r)},u.prototype.writeFloatBE=function(t,e,r){return A(this,t,e,!1,r)},u.prototype.writeDoubleLE=function(t,e,r){return T(this,t,e,!0,r)},u.prototype.writeDoubleBE=function(t,e,r){return T(this,t,e,!1,r)},u.prototype.copy=function(t,e,r,n){if(!u.isBuffer(t))throw TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n=this.length)throw RangeError("Index out of range");if(n<0)throw RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e=0;--i)t[i+e]=this[i+r];else Uint8Array.prototype.set.call(t,this.subarray(r,n),e);return o},u.prototype.fill=function(t,e,r,n){if("string"==typeof t){if("string"==typeof e?(n=e,e=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw TypeError("encoding must be a string");if("string"==typeof n&&!u.isEncoding(n))throw TypeError("Unknown encoding: "+n);if(1===t.length){var o,i=t.charCodeAt(0);("utf8"===n&&i<128||"latin1"===n)&&(t=i)}}else"number"==typeof t?t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length>>=0,r=void 0===r?this.length:r>>>0,t||(t=0),"number"==typeof t)for(o=e;o55295&&r<57344){if(!o){if(r>56319||f+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=(o-55296<<10|r-56320)+65536}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else if(r<1114112){if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}else throw Error("Invalid code point")}return i}function U(t){for(var e=[],r=0;r=e.length)&&!(o>=t.length);++o)e[o+r]=t[o];return o}function P(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}var x=function(){for(var t="0123456789abcdef",e=Array(256),r=0;r<16;++r)for(var n=16*r,o=0;o<16;++o)e[n+o]=t[r]+t[o];return e}()},321:function(t,e){e.read=function(t,e,r,n,o){var i,f,u=8*o-n-1,s=(1<>1,h=-7,c=r?o-1:0,l=r?-1:1,p=t[e+c];for(c+=l,i=p&(1<<-h)-1,p>>=-h,h+=u;h>0;i=256*i+t[e+c],c+=l,h-=8);for(f=i&(1<<-h)-1,i>>=-h,h+=n;h>0;f=256*f+t[e+c],c+=l,h-=8);if(0===i)i=1-a;else{if(i===s)return f?NaN:1/0*(p?-1:1);f+=Math.pow(2,n),i-=a}return(p?-1:1)*f*Math.pow(2,i-n)},e.write=function(t,e,r,n,o,i){var f,u,s,a=8*i-o-1,h=(1<>1,l=5960464477539062e-23*(23===o),p=n?0:i-1,y=n?1:-1,g=+(e<0||0===e&&1/e<0);for(isNaN(e=Math.abs(e))||e===1/0?(u=+!!isNaN(e),f=h):(f=Math.floor(Math.log(e)/Math.LN2),e*(s=Math.pow(2,-f))<1&&(f--,s*=2),f+c>=1?e+=l/s:e+=l*Math.pow(2,1-c),e*s>=2&&(f++,s/=2),f+c>=h?(u=0,f=h):f+c>=1?(u=(e*s-1)*Math.pow(2,o),f+=c):(u=e*Math.pow(2,c-1)*Math.pow(2,o),f=0));o>=8;t[r+p]=255&u,p+=y,u/=256,o-=8);for(f=f<0;t[r+p]=255&f,p+=y,f/=256,a-=8);t[r+p-y]|=128*g}}},o={};function i(t){var e=o[t];if(void 0!==e)return e.exports;var r=o[t]={exports:{}},f=!0;try{n[t](r,r.exports,i),f=!1}finally{f&&delete o[t]}return r.exports}i.ab="/ROOT/node_modules/.bun/next@16.3.3+c50a4dfb6f4f8386/node_modules/next/dist/compiled/buffer/",e.exports=i(230)},526324,(t,e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return u},formatWithValidation:function(){return a},urlObjectKeys:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=t.r(288802)._(t.r(967128)),f=/https?|ftp|gopher|file/;function u(t){let{auth:e,hostname:r}=t,n=t.protocol||"",o=t.pathname||"",u=t.hash||"",s=t.query||"",a=!1;e=e?encodeURIComponent(e).replace(/%3A/i,":")+"@":"",t.host?a=e+t.host:r&&(a=e+(~r.indexOf(":")?`[${r}]`:r),t.port&&(a+=":"+t.port)),s&&"object"==typeof s&&(s=String(i.urlQueryToSearchParams(s)));let h=t.search||s&&`?${s}`||"";return n&&!n.endsWith(":")&&(n+=":"),t.slashes||(!n||f.test(n))&&!1!==a?(a="//"+(a||""),o&&"/"!==o[0]&&(o="/"+o)):a||(a=""),u&&"#"!==u[0]&&(u="#"+u),h&&"?"!==h[0]&&(h="?"+h),o=o.replace(/[?#]/g,encodeURIComponent),h=h.replace("#","%23"),`${n}${a}${o}${h}${u}`}let s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function a(t){return u(t)}},568224,(t,e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return i}});let n=t.r(728674),o=t.r(763797);function i(t){if(!(0,n.isAbsoluteUrl)(t))return!0;try{let e=(0,n.getLocationOrigin)(),r=new URL(t,e);return r.origin===e&&(0,o.hasBasePath)(r.pathname)}catch(t){return!1}}},967128,(t,e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={assign:function(){return s},searchParamsToUrlQuery:function(){return i},urlQueryToSearchParams:function(){return u}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});function i(t){let e={};for(let[r,n]of t.entries()){let t=e[r];void 0===t?e[r]=n:Array.isArray(t)?t.push(n):e[r]=[t,n]}return e}function f(t){return"string"==typeof t?t:("number"!=typeof t||isNaN(t))&&"boolean"!=typeof t?"":String(t)}function u(t){let e=new URLSearchParams;for(let[r,n]of Object.entries(t))if(Array.isArray(n))for(let t of n)e.append(r,f(t));else e.set(r,f(n));return e}function s(t,...e){for(let r of e){for(let e of r.keys())t.delete(e);for(let[e,n]of r.entries())t.append(e,n)}return t}},728674,(t,e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return v},MiddlewareNotFoundError:function(){return E},MissingStaticPage:function(){return w},NormalizeError:function(){return b},PageNotFoundError:function(){return m},SP:function(){return g},ST:function(){return d},WEB_VITALS:function(){return i},execOnce:function(){return f},getDisplayName:function(){return c},getLocationOrigin:function(){return a},getURL:function(){return h},isAbsoluteUrl:function(){return s},isResSent:function(){return l},loadGetInitialProps:function(){return y},normalizeRepeatedSlashes:function(){return p},stringifyError:function(){return A}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=["CLS","FCP","FID","INP","LCP","TTFB"];function f(t){let e,r=!1;return(...n)=>(r||(r=!0,e=t(...n)),e)}let u=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,s=t=>{let e=t.charCodeAt(0);return!!(e>=65&&e<=90||e>=97&&e<=122)&&u.test(t)};function a(){let{protocol:t,hostname:e,port:r}=window.location;return`${t}//${e}${r?":"+r:""}`}function h(){let{href:t}=window.location,e=a();return t.substring(e.length)}function c(t){return"string"==typeof t?t:t.displayName||t.name||"Unknown"}function l(t){return t.finished||t.headersSent}function p(t){let e=t.split("?");return e[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(e[1]?`?${e.slice(1).join("?")}`:"")}async function y(t,e){let r=e.res||e.ctx&&e.ctx.res;if(!t.getInitialProps)return e.ctx&&e.Component?{pageProps:await y(e.Component,e.ctx)}:{};let n=await t.getInitialProps(e);if(r&&l(r))return n;if(!n)throw Object.defineProperty(Error(`"${c(t)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E1025",enumerable:!1,configurable:!0});return n}let g="u">typeof performance,d=g&&["mark","measure","getEntriesByName"].every(t=>"function"==typeof performance[t]);class v extends Error{}class b extends Error{}class m extends Error{constructor(t){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${t}`}}class w extends Error{constructor(t,e){super(),this.message=`Failed to load static file for page: ${t} ${e}`}}class E extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function A(t){return JSON.stringify({message:t.message,stack:t.stack})}},654847,971531,t=>{"use strict";let e=["/docs","/blog"],r=new Set(["openrouter.ai","www.openrouter.ai"]);function n(t){if("string"==typeof t)return t;let e=t.pathname??"";if(t.query){let r="string"==typeof t.query?t.query:new URLSearchParams(t.query).toString();r&&(e+=`?${r}`)}return t.hash&&(e+=t.hash.startsWith("#")?t.hash:`#${t.hash}`),e}t.s(["getHrefString",0,n,"isCrossZoneHref",0,function(t){let o=function(t){if(t.startsWith("/")&&!t.startsWith("//")){var e;let r;return r=Math.min(...[(e=t).indexOf("?"),e.indexOf("#")].filter(t=>-1!==t).concat(e.length)),e.slice(0,r)}if(t.startsWith("//")||/^https?:\/\//i.test(t)){if(!URL.canParse(t,"https://openrouter.ai"))return;let e=new URL(t,"https://openrouter.ai");return r.has(e.hostname)?e.pathname:void 0}}(n(t));return void 0!==o&&e.some(t=>o===t||o.startsWith(`${t}/`))}],654847);var o=t.i(505962),i=t.i(270401);t.s(["useLinkPrefetch",0,function(t,e){let r,n,f,u,s,a,h,c=(0,o.c)(17),{prefetch:l,href:p}=t;c[0]!==p?(r={href:p,hasIntent:!1},c[0]=p,c[1]=r):r=c[1];let[y,g]=(0,i.useState)(r);y.href!==p&&g({href:p,hasIntent:!1});let d=y.href===p&&y.hasIntent;c[2]!==p?(n=()=>{g({href:p,hasIntent:!0})},c[2]=p,c[3]=n):n=c[3];let v=n;return c[4]!==e||c[5]!==v?(f=t=>{v(),e.onFocus?.(t)},u=t=>{v(),e.onMouseEnter?.(t)},s=t=>{v(),e.onTouchStart?.(t)},c[4]=e,c[5]=v,c[6]=f,c[7]=u,c[8]=s):(f=c[6],u=c[7],s=c[8]),c[9]!==d||c[10]!==l?(a=function(t,e){switch(t){case"viewport":return null;case"hover":return!!e&&null;case!1:return!1;default:return t}}(l,d),c[9]=d,c[10]=l,c[11]=a):a=c[11],c[12]!==f||c[13]!==u||c[14]!==s||c[15]!==a?(h={onFocus:f,onMouseEnter:u,onTouchStart:s,prefetch:a},c[12]=f,c[13]=u,c[14]=s,c[15]=a,c[16]=h):h=c[16],h}],971531)},639580,t=>{"use strict";var e=t.i(222666),r=t.i(505962),n=t.i(270401);let o=(0,n.createContext)(t=>t);function i(){return(0,n.use)(o)}t.s(["HrefLocalizationProvider",0,function(t){let n,i=(0,r.c)(3),{transformHref:f,children:u}=t;return i[0]!==u||i[1]!==f?(n=(0,e.jsx)(o,{value:f,children:u}),i[0]=u,i[1]=f,i[2]=n):n=i[2],n},"useHrefLocalizer",0,i,"useLocalizedHref",0,function(t){let e,n=(0,r.c)(3),o=i();return n[0]!==t||n[1]!==o?(e=o(t),n[0]=t,n[1]=o,n[2]=e):e=n[2],e}])},442427,t=>{"use strict";var e=t.i(51053);async function r(t){return new Promise(e=>{setTimeout(e,t)})}async function n(t){let r=new TextEncoder().encode(t),n=await crypto.subtle.digest("SHA-256",r);return e.Buffer.from(n).toString("hex")}t.s(["API_KEY_REF",0,"","OPENROUTER_DISCORD",0,"https://discord.gg/fVyRaUDgxW","OPENROUTER_GITHUB",0,"https://github.com/OpenRouterTeam","OPENROUTER_LINKEDIN",0,"https://www.linkedin.com/company/104068329","OPENROUTER_STATUS",0,"https://status.openrouter.ai","OPENROUTER_TWITTER",0,"https://twitter.com/openrouter","OPENROUTER_YOUTUBE",0,"https://www.youtube.com/@OpenRouterAI","delay",0,r,"getHuggingFaceUrl",0,t=>`https://huggingface.co/${t}`,"maxKeyNameLength",0,256,"sha256",0,n,"truthyValues",0,function(t){return t.filter(t=>!!t)},"unique",0,function(t){return[...new Set(t)]}])}]);
//# sourceMappingURL=0cibk9-aqr99q.js.map
//# chunkId=01a09b5f-0905-7f53-bc83-05b72399d895