Ollama from the shell is also cool, especially the ucensored LLMs, super easy. It does not work in the same way with commands and such but it works with mistral, llama2 and lama2-uncensored etc
@FrankTrezza814 ай бұрын
like with osh?
@MrSpartaa Жыл бұрын
8:06 this is so satisfying
@SalvadorAusente10 ай бұрын
Hey men. I'm getting too many requests error when I run the sgpt -s "write a shell script for ......................"
@Huberman-core-clips10 ай бұрын
Use the --shell switch
@serggom9 ай бұрын
I get the error: File "/home/my_user/.local/bin/sgpt", line 5, in from sgpt import cli I use python3.12.1 and pip3 version. Can you help me please? Thank you so much
@MgBot-eb9wm7 ай бұрын
Did you find a solution?
@kevinayala2256 Жыл бұрын
I type python 3 sgpt and is says error missing string prompt. Any idea?
@markgreen2170 Жыл бұрын
it's a path issue and there is no space between python and 3 zb. python3. however, sgpt is an executable file so ,you don't need to explicitly invoke the interpreter... just qualify with the full path. in my case ~/.local/bin/sgpt hope that helps,
@markgreen2170 Жыл бұрын
@@KAIZHU.-wf8rx my sgpt script is in this directory: ~/.local/bin/sgpt to run the script, the directory has to be set in the path variable or the whole path to the file has to be included in the command to invoke: ~/.local/bin/sgpt echo $PATH case sensitive, will tell what you path is set some times, when you download files you have to reset permissions... ls -l ~/.local/bin/sgpt ls -l will give a long listing of that r is read, w is write and x execute -rwxrwxr-x 1 so as you can see, I have execute permission, if you don't you can run chmod +x sgpt (first change to the directory where your script is or include the full path to the file: chmod +x ~/.local/bin/sgpt) to set execute permission on the file another thing that tells you the file does not need invocation as an argument to the interpreter is the first line of the script: #!/usr/bin/python3 the 'shebang' #! tells you it can run as a stand alone script...
@thelifeskills Жыл бұрын
throwing erro - "too many request for url.." Any solution?
@erfanaliabadian Жыл бұрын
I have the same problem, it seems you must paid for API and your free trial finished. if you find any solution, please reply to this message.
@joseantoniogarciarivas8042 Жыл бұрын
If you remain on gtp3.5 is really cheap.
@guillermoleonardomontanome9101 Жыл бұрын
I've the same problem
@JanCharamza Жыл бұрын
If it's because of the API key, try to generate a new one after the payment. Firstly, I generated the key and paid afterwards and it didn't work so I generated a new one and it works now.
@jennilthiyam1261 Жыл бұрын
@@JanCharamza How to change the key. python3 sgpt does not provide me the option to re enter the Key. where shall I re enter the new key?
@Prashant.thomas Жыл бұрын
works fine
@ramidaoud3776 Жыл бұрын
api key for gpt 4 or 3.
@believer-n3t7 ай бұрын
NOTE : shell-gpt is not free so rip for those who are getting error 401 includes me