Skip to content

Utiliser FishXCode avec Qwen Code

Installation

bash
pnpm install -g @qwen-code/qwen-code
bash
npm install -g @qwen-code/qwen-code
bash
yarn global add @qwen-code/qwen-code
bash
bunx --global @qwen-code/qwen-code

Configuration des Variables d'Environnement

bash
export OPENAI_API_KEY="sk-xxx"
export OPENAI_BASE_URL="https://fishxcode.com/v1"
export OPENAI_MODEL="gpt-5"
powershell
$env:OPENAI_API_KEY="sk-xxx"
$env:OPENAI_BASE_URL="https://fishxcode.com/v1"
$env:OPENAI_MODEL="gpt-5"

Important

Remplacez sk-xxx par votre token de la Console FishXCode.

Lancement Direct

bash
cd mon-projet
qwen

Configuration Persistante

Ajoutez les variables à votre fichier de configuration shell :

  • Linux/macOS : ~/.bashrc ou ~/.zshrc
  • Windows PowerShell : $PROFILE

FishXCode - AI Coding 中转站