Files
dotfiles/env.sh
T
2026-04-08 18:56:32 +01:00

16 lines
586 B
Bash

# LM Studio
export PATH="$PATH:/home/jake/.lmstudio/bin"
# Github Copilot CLI
export COPILOT_PROVIDER_BASE_URL="http://framework.tawny-bellatrix.ts.net:1234/v1"
export COPILOT_PROVIDER_TYPE="openai" #default
export COPILOT_PROVIDER_API_KEY="local"
export COPILOT_PROVIDER_WIRE_API="completions" #default
export COPILOT_MODEL="qwen3.5"
export COPILOT_PROVIDER_MODEL_ID="qwen3.5"
export COPILOT_PROVIDER_WIRE_MODEL="qwen3.5"
# export COPILOT_PROVIDER_MAX_PROMPT_TOKENS="" Maximum prompt tokens
# export COPILOT_PROVIDER_MAX_OUTPUT_TOKENS="" Maximum output tokens
# others