You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found your project looking for a translator and discovered W&B which is an awsome project and this sent me into the lerning rabbit hole. Now I'm hooked and want to dig deeper and learn more python and weave using your complete project.
I am trying to use gpt_translate with LiteLLM on my Ubuntu VM with venv.
I've put LiteLLM through a proxy so that I don't get TLS errors and defined correct dns.
I can't get the AsyncOpenAI client to connect to my endpoint.
Curl works without any errors and I can tcpdump see the transactions on the LiteLLM interface.
Initialized wandb as docker container and logged in with the cli, all good, I can see the gpt_translate project in the UI.
Hello,
I've found your project looking for a translator and discovered W&B which is an awsome project and this sent me into the lerning rabbit hole. Now I'm hooked and want to dig deeper and learn more python and weave using your complete project.
I am trying to use gpt_translate with LiteLLM on my Ubuntu VM with venv.
I've put LiteLLM through a proxy so that I don't get TLS errors and defined correct dns.
I can't get the AsyncOpenAI client to connect to my endpoint.
Curl works without any errors and I can tcpdump see the transactions on the LiteLLM interface.
Initialized wandb as docker container and logged in with the cli, all good, I can see the gpt_translate project in the UI.
What I've tried so far:
Defining environment variables:
Made changes in /src/utils.py:
After each modification of the code I ran
pip install .
again in the project's folder, changes are reflected in the output.Running gpt_translate with default example + debug flag:
No matter what I do, wait or change I always get the nap.py sleep end line. No requests are made to my endpoint.
Is there anything more you can think of that I might test or do to get the client to connect?
Thank you.
The text was updated successfully, but these errors were encountered: