Unset proxy environment variables in gcpropose

This commit is contained in:
Joshua Bell 2026-02-05 17:07:22 -06:00
parent 106db58d50
commit a375e45608

View file

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