shell_gpt icon indicating copy to clipboard operation
shell_gpt copied to clipboard

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.

Results 196 shell_gpt issues
Sort by recently updated
recently updated
newest added

Getting this error: raise_for_status │ │ │ │ 1018 │ │ │ ) │ │ 1019 │ │ │ │ 1020 │ │ if http_error_msg: │ │ ❱ 1021 │...

Installed it by instructions (`pip install shell-gpt --user`) and getting this^ ```sgpt Traceback (most recent call last): File "/Users/divan/Library/Python/3.9/bin/sgpt", line 5, in from sgpt import entry_point File "/Users/divan/Library/Python/3.9/lib/python/site-packages/sgpt.py", line 9,...

One big feature of ChatGPT is it can use relevant information based on previous prompts and responses, for example: ``` ~ ❯ sgpt --code "make an example request to localhost:3000...

Thank you for this fantastic tool! 🙏 🙏 🙏 Your tool is a game-changer for me, especially since I can't access ChatGPT while I have my VPN enabled, so I...

enhancement

After adding my API secret and making one request, I get this error message. I tried the following command: sgpt "nginx default config file location"

wontfix

When I use Chinese, sometimes the following happens ``` # sgpt "Mac Python脚本配置PATH" "\u5c24\u5176\u662f\u5728Mac\u4e0a\u5b89\u88c5Python\u540e\uff0c\u7cfb\u7edf\u4f1a\u81ea\u52a8\u8bbe\u7f6ePython\u811a\u672c\u7684PATH\u3002\u4f8b\u5982\uff0c\u914d\u7f6ePATH\u6307\u5b9a\u201c/usr/local/bin\u201d\uff0c\u5219Python\u811a\u672c\u53ef\u4ee5\u901a\u8fc7\u201c/usr/local/bin/python\u201d\u5411Mac\u6307\u793a \u8981\u4f7f\u7528Python\u3002 ```

Trying to call the "sgpt" command and getting the error mentioned above, full traceback printed out: ``` ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /home/usr/.local/lib/python3.8/site-packages/sgpt.py:92 in main │ │...

Implement an option to reset an API key using command line argument `--reset-key`. When user provides this flag delete file located in `~/.config/shell-gpt/api_key.txt` and ask for new API key. Additionally...

enhancement
good first issue

Hello, I've updated and installed Shell_GPT, imported my api key, and ran tests just to make sure that OpenAI establishes a connection. But unfortunately I run into a problem when...