Compare commits

..

2 commits

Author SHA1 Message Date
Joshua Bell
92ea9d16f8 Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles 2026-02-05 17:07:25 -06:00
Joshua Bell
a375e45608 Unset proxy environment variables in gcpropose 2026-02-05 17:07:22 -06:00

View file

@ -9,6 +9,9 @@ gcmp() {
} }
gcpropose() { gcpropose() {
export all_proxy=''
export http_proxy=''
export https_proxy=''
local LITELLM_BASE_URL="http://h001.net.joshuabell.xyz:8094" local LITELLM_BASE_URL="http://h001.net.joshuabell.xyz:8094"
local LITELLM_MODEL="azure-gpt-5-mini-2025-08-07" local LITELLM_MODEL="azure-gpt-5-mini-2025-08-07"