Farkhod Sadykov
Farkhod Sadykov
Thank you for reporting this issue. The walrus operator `:=` was added in Python 3.8, since you have Python 3.7, it can't handle it. ShellGPT is supposed to support any...
@jeanlucthumm sure, I'm not currently working on it, feel free to take a look.
Usually it happens because of OpenAI API limitations. You can read more about request limits [here](https://platform.openai.com/docs/guides/rate-limits/overview) You can track your usage in the [dashboard](https://platform.openai.com/account/usage) Note that limitation applies on both...
Thank you for your feedback! The feature you are suggesting is actually a good idea. It can be implemented using additional argument for example, you would call `sgpt --editor` and...
Implemented with `--editor` argument in PR https://github.com/TheR1D/shell_gpt/pull/27
Try it with pip3 `pip3 install shell-gpt --user --upgrade` if it doesn't help, share output of following commands: ``` pip3 show shell-gpt echo $PATH ```
@divan @andersmmg A new patch has been published on PyPI just now. Please run the following command: `pip3 install shell-gpt --user --upgrade`. Make sure you have the latest version (0.4.1)...
Unfortunately this is not possible now with current model used by sgpt, it doesn't use ChatGPT (OpenAI didn't publish their api for it yet) it uses other model from GPT-3...
For simple cases it works, but I'm not sure how it will perform for long conversations or long prompts. For now I think it is possible to achive it with...
No, it is not implemented yet.