Closed changz1115 closed 1 month ago
hey @changz1115 i completely missed seeing this. would you mind explaining the issue in more detail? is it that you can't directly access openai endpoints and need to access them via proxy?
hi @jsajal thx for reply
yes, i need use a proxy , already setup https_proxy / http_proxy / no_proxy in /etc/environment. can curl openai api, so should setup proxy in FlowTest somewhere?
Hey @changz1115 we currently don't have support for proxy, I will have to see how to proxy openai calls
Here is the code where I actually use openai sdk in case you can help us given I can't reproduce it locally. Any contribution to the repo is much appreciated
Btw when you say you can curl openai api , what is the endpoint url do you hit?
hi @jsajal
Sorry for reply so late.... for curl endpoint url is https://openai.com/chatgpt/mac/.
let me try to check the source, i remember there is a base_url can use....
Hello FlowTestAI Team,
My notebook network need setup http_proxy and https_proxy to access openai, How to setup proxy in FlowTestAI to fix the following connect timeout issue?
(Use
electron --trace-warnings ...
to show where the warning was created) Error fetching package.json: AggregateError at internalConnectMultiple (node:net:1114:18) at internalConnectMultiple (node:net:1177:5) at Timeout.internalConnectMultipleTimeout (node:net:1687:3) at listOnTimeout (node:internal/timers:575:11) at process.processTimers (node:internal/timers:514:7) { code: 'ETIMEDOUT',] }
look forward for your reply.
Chang Tim