fix: cleanup debug msg

This commit is contained in:
Wentao Lyu 2023-03-14 00:11:56 +08:00
parent 953c5fc970
commit d9e5464b3b

View file

@ -14,7 +14,6 @@ const proxyEnvToAxiosProxy = (proxyString) => {
return proxyConfig return proxyConfig
} }
console.log(proxyEnvToAxiosProxy(process.env.PROXY || null))
const titleConvo = async ({ message, response, model }) => { const titleConvo = async ({ message, response, model }) => {
const configuration = new Configuration({ const configuration = new Configuration({