Browser Power OS - AI Config Library

Library containing AI configuration and tokens for Browser Power OS.

Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://update.greasyfork.org/scripts/575266/1807485/Browser%20Power%20OS%20-%20AI%20Config%20Library.js

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name         Browser Power OS - AI Config Library
// @namespace    http://tampermonkey.net/
// @version      1.0.0
// @description  Library containing AI configuration and tokens for Browser Power OS.
// @author       Painsel
// @license      MIT
// ==/UserScript==

window.BPC_AI_CONFIG = {
    OPENROUTER_FREE_API_TOKENS: [
        "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",
        "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"
    ],
    MODEL: "nvidia/nemotron-3-super-120b-a12b:free"
};