Unset proxy environment variables in gcpropose
This commit is contained in:
parent
106db58d50
commit
a375e45608
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue