周博洋
周博洋
After I change to another server, the problem is still there  
> langflow --host --port 7860 this can solve my problem How to fill the host, I try 172.16.0.5(private ip) still not could access in public internet
It works for me now
Need support AzureOpenAI
> I was unable to reproduce this error, but it might be because I was using a different OS. Would you please be more specific on your steps to reproduce...
It dues to my fault, not by the code, sorry, please close it
> > It dues to my fault, not by the code, sorry, please close it > > how do you solve this problem? I meet it too. you need python...
My operations history conda create --prefix /aml/unsloth_env python=3.10 2047 conda update -n base -c defaults conda 2048 conda install conda=24.3.0 2049 conda create --prefix /aml/unsloth_env python=3.10 2050 conda activate /aml/unsloth_env...
Another issue is like this 2023-11-01 07:26:40 urllib3.connectionpool WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is...
Below is all of the error message: --------------------------------------------------------------------------- KeyboardInterrupt Traceback (most recent call last) /aml/autolabel/examples/banking/example_banking.ipynb Cell 15 line 4 [2](vscode-notebook-cell://ssh-remote%2B7b22686f73744e616d65223a224131302d31227d/aml/autolabel/examples/banking/example_banking.ipynb#X20sdnNjb2RlLXJlbW90ZQ%3D%3D?line=1) from autolabel import AutolabelDataset [3](vscode-notebook-cell://ssh-remote%2B7b22686f73744e616d65223a224131302d31227d/aml/autolabel/examples/banking/example_banking.ipynb#X20sdnNjb2RlLXJlbW90ZQ%3D%3D?line=2) ds = AutolabelDataset("test.csv", config=config) ---->...