File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.9.16.6
151+ // @version 2025.9.16.7
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
325325 } ) )
326326 window . apis = Object . assign ( Object . create ( null ) , await new Promise ( resolve => xhr ( {
327327 method : 'GET' , onload : ( { responseText } ) => resolve ( Object . fromEntries (
328- Object . entries ( JSON5 . parse ( responseText ) ) /* .filter(([, api]) => !api.disabled)*/ ) ) ,
328+ Object . entries ( JSON5 . parse ( responseText ) ) . filter ( ( [ , api ] ) => ! api . disabled ) ) ) ,
329329 url : `${ app . urls . aiwebAssets } /data/ai-chat-apis.json5`
330330 } ) ) )
331331 apis . AIchatOS . userID = '#/chat/' + Date . now ( )
You can’t perform that action at this time.
0 commit comments