All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:59, 27 July 2025 Saurabh talk contribs created page Qwen CLI (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...")