Comments

You must log in or register to comment.

omgpop t1_jav1omw wrote

Does it/could it send your directory/file tree as part of the prompt?

8

[deleted] t1_jav5pu1 wrote

What dataset did you use to train the model? I'm creating something similar for an app and looking for a dataset.

Edit: NVM, you are using OpenAI API.

34

DAlmighty t1_javrbwq wrote

This is definitely impressive but it also feels like more work than to just bang out the commands.

21

rumovoice OP t1_javxdca wrote

If you know and remember the command - yes, if you need to google or read the man first this could be faster. Or sometimes faster for complex commands with subshells and regexes.

33

BezoomnyBrat t1_jaw7k23 wrote

Looks great, definitely going to try it out. Pity it works only with zsh though and not with bash

1

crayphor t1_jawrahh wrote

You can use a smaller model like GPT-2. You are not going to get ChatGPT performance without a terabyte of VRAM, but if you want to try something locally, GPT-2 exists.

2

Zieng t1_jax04t4 wrote

I'll try it out! but how is the API availability? bc the availability on the chatbot at least is too low, for free tier :(

0

WarAndGeese t1_jax2je6 wrote

I imagine that stuff like this will be the future of interacting with computers, at least to a large extent, but it's frustrating how people sacrifice certainty for 'the probability of it being right are good enough'.

3

BeautifulLurker t1_jax84v8 wrote

Could you DM me that .tgz? You see, I'm Satoshi and have been looking for that file for a while.

5

Art10001 t1_jayfgsc wrote

I suggest another model such as OPT or even Flan-T5, because they're much easier to setup than OAI's outdated instructions that use outdated package versions that effectively demand a for-purpose VM or Docker.

3

Art10001 t1_jayg0yg wrote

SLA level of 99 % uptime/availability results in the following periods of allowed downtime/unavailability:

Daily: 14m 24s

Weekly: 1h 40m 48s

Monthly: 7h 14m 41s

Quarterly: 21h 44m 4.4s

Yearly: 3d 14h 56m 18s

0

ke7cfn t1_jazjfwv wrote

Can it download and build sshfs for an m1 mac by query ?

1

rumovoice OP t1_jazl88i wrote

> download and build sshfs for an m1 mac

its answer: git clone https://github.com/osxfuse/sshfs.git && cd sshfs && ./autogen.sh && ./configure && make && sudo make install

it doesn't do well in cases where it needs some recent knowledge like m1 issues

1

eclipsejki t1_jb0tmeq wrote

this is dangerous on so many levels. External API calls has access to your entire computer. I'd wait for smaller personal LLM

2

Art10001 t1_jbjv13z wrote

I once setup the smallest model of Pygmalion to act as a chatbot. The UI was premade and Gradio-based.

It worked well. I had tried Flan-T5 first, but the UI did not recognize the model kind (yet.)

1