Related changes
From Notes_Wiki
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
CollapseList of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
27 July 2025
N 13:59 | Qwen CLI diffhist +724 Saurabh talk contribs Created page with "Home > Local system based AI tools > Qwen CLI =Installation= Install (As root) using: <pre> npm install -g @qwen-code/qwen-code </pre> ==Usage== Download various qwen3 models from the ollama site. Then create '<tt>start_qwen.sh</tt>' with: <pre> export OPENAI_API_KEY="ollama_dummy_key" export OPENAI_BASE_URL="http://localhost:11434/v1" export OPENAI_MODEL="qwen3:4b" </pre> Make it executable with '<tt>chmod +x start_qwen.sh</tt>' Go to requir..." |
N 13:50 | Gemini CLI diffhist +742 Saurabh talk contribs Created page with "Home > Local system based AI tools > Gemini CLI =Installation= To install gemini CLI as root user use: <pre> npm install -g @google/gemini-cli </pre> Then get API key from https://aistudio.google.com/apikey Export obtained key using <pre> export GEMINI_API_KEY="” </pre> Then run gemini as a user from project specific folder to use Gemini CLI to write code It is able to write python code but not that great with erlang. It was able to give..." |
N 13:49 | Open Code Terminal diffhist +1,192 Saurabh talk contribs Created page with "Home > Local system based AI tools > Open Code Terminal =Installation - First option= First option is to install from https://opencode.ai/ via: <pre> curl -fsSL https://opencode.ai/install | bash </pre> Then configure using below and try login using grok-4 or some other supported API key <pre> opencode auth login </pre> This opens opencode UI where we can use /models to select Grok-4 =Install Open Code terminal - Alternate Option= To install..." |