Closed siygle closed 8 months ago
You can choose your own name this way:
deno install --reload --allow-all https://deno.land/x/shellgpt/mod.ts --name othergpt
Thanks!
lol, it was just a tip from another user btw. Maybe @mattvr can comment on whether changing the default name is a good idea or not.
@siygle Yeah, there are two options:
ai
, chat
, etc. – I guess that might not have worked or been missed?$PATH
, i.e. export PATH="$HOME/.deno/bin:$PATH"
, it should also avoid the issue.@mattvr Thanks for the reply. (Yes, I did miss the message during the install script, really sorry about that).
However, I just found another strange situation. After I installed the ShellGpt, it kept displaying the upgrade message as follows:
But even if I run the command in the message
deno run -A https://deno.land/x/shellgpt/install.ts
This message keeps jumping out. (I really want to upgrade to 0.3.6 to test the new feature OPENAI_CHAT_URL
for the local model). Is that possible to come from the different VERSION at here?
Hey, yes @siygle. Sorry that was an issue in that version. If you update now, it should be fixed.
Sorry for asking. I'm using Mac and seem it already have the same "gpt" command in the system:
Is that possible to allow users can rename the default command name?