-
Traceback (most recent call last):
File "C:\Users\XXX\OneDrive\Desktop\StockGPT\sgpt.py", line 59, in
for i in r:
TypeError: 'NoneType' object is not iterable
-
For my very first request with a newly generated API Key, I got this:
```
HTTPError: 429 Client Error: Too Many Requests for url: https://api.openai.com/v1/completions
```
Any idea what could …
-
### Discord username (optional)
_No response_
### Describe the bug
I have terminal application that triggers to certain shortcut. In MacOS Terminal the shortcut works, in Warp it doesn't. I also re…
-
## 活动说明
飞桨套件快乐开源常规赛活动旨在让众多开发者能参与到各大CV/NLP套件的建设工作中(也是我们原有Issue攻关活动的升级版本),包括不限于新增基础功能、论文复现、Issue回复等,任何有利于社区意见流动和问题解决的行为都热切希望大家的参与。让我们共同成长为成为飞桨CV/NLP套件的重要contributors。🎉🎉
在套件快乐开源常规赛活动中,我们会结合技术研讨和任务发布两…
-
Hello,
OS: Fedora 38
Python 3.11.4
pip 22.3.1 from /usr/lib/python3.11/site-packages/pip (python 3.11)
I have payed account with available balance, also i have not used openai for a while so n…
-
When doing something like:
`cat foo.py | sgpt --code "add docstring to this code" > foo.py`
It seems that `sgpt` create a new `foo.py` before reading it, so it eventually reads an empty file and w…
-
If you run `sgpt` in an isolated venv, via `pipx` for example, the EDITOR variable of the host environment will not be found:
https://github.com/TheR1D/shell_gpt/blob/1c585664889e2cfb19ca1e13f0e8d621…
-
Ubuntu 20.04
Here is how I get this:
```
% sgpt -s "update my system"
sudo apt update && sudo apt upgrade -y
[E]xecute, [D]escribe, [A]bort: E
free(): invalid po…
-
```
➜ ~ cat delete.txt | sgpt --shell "ssh ubuntu"
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /Users/bread/opt/anaconda3/lib/python3.9/…
-
I got an error when I was running the test
`sgpt "nginx default config file location"`
The error I got
```
Traceback (most recent call last):
File "/home/flipped/.local/bin/sgpt", line 5…