Tom Dörr
Tom Dörr
It works when I run the command in a virtual environment. Just installing `chardet` with `pip install chardet` or `python3.8 -m pip install chardet` did not work.
Do you have access to Codex? Having access to the OpenAI API is not enough. More Info: https://github.com/tom-doerr/zsh_codex/issues/15 https://github.com/tom-doerr/zsh_codex/issues/13
Cool idea! However that would mean that everything you type in the command line is going to be sent to some remote server. Would you be comfortable with that?
That's a really good idea
However you would still need to install the shell files, so installation wouldn't be easier. How about I check if there is a python bin linked in `/usr/bin/python` and use...
It's my fault. I advertised my Dalle Flow Streamlit app on Reddit and multiple thousand people sent requests to Jina.ais server through my app. The traffic should die down in...
As a quick fix I limited the number of request that are sent from the website to two per 10 minutes.
Thanks for the issue, I should add support for other plugin managers. In the meantime you could set `ZSH_CUSTOM` yourself so the following code line works: ``` completion=$(echo -n "$text"...
AssertionError while running train.py with multiagent_traffic_light_grid.py by replacing PPO to SAC.
Any progress on this? I have the exact same issue in an other project using ray.
Try ``` /usr/bin/python -m pip install openai ``` This should install it for your system python version.