qnguyen3 / chat-with-mlx

An all-in-one LLMs Chat UI for Apple Silicon Mac using MLX Framework.

Home Page:https://twitter.com/stablequan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raise APIConnectionError(request=request) from err

bigodyssey opened this issue · comments

       ^^^^^^^^^^^^^^

File "/opt/homebrew/Caskroom/miniforge/base/envs/mlx/lib/python3.11/site-packages/openai/_base_client.py", line 952, in _request
raise APIConnectionError(request=request) from err
openai.APIConnectionError: Connection error.

Did you fix it? I had the same problem. Could you help to figure out how to fix it?

Did you fix it? I had the same problem. Could you help to figure out how to fix it?

I found that is caused by downloading models in default way. When using models downloaded with others tools, it works rightly. May this help.