Browser Power OS - AI Config Library

Library containing AI configuration and tokens for Browser Power OS.

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greasyfork.org/scripts/575266/1807485/Browser%20Power%20OS%20-%20AI%20Config%20Library.js

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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"
};