Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worked a few times, then it stopped #105

Open
jkolyer opened this issue Mar 13, 2024 · 8 comments
Open

Worked a few times, then it stopped #105

jkolyer opened this issue Mar 13, 2024 · 8 comments

Comments

@jkolyer
Copy link

jkolyer commented Mar 13, 2024

I installed it and ran it for a few queries which worked. Then suddenly it stopped working, and now interprets all input as script. It gives an explanation about creating a script, which is not what was asked.

$ ai 'list all log files'


┌  AI Shell
│
◇  Your script:

script
@molove
Copy link

molove commented Apr 8, 2024

Same here

@steve8708
Copy link
Contributor

ah, i think this might be issues with GPT 3. could you try using GPT 4 (e.g. gpt 4 turbo) via ai config command and lmk if this improves?

@molove
Copy link

molove commented Apr 10, 2024

Same here

It seems to have started working again for me now. Unfortunately I can't remember the exact working that I had previously used that just produced "script"

@jkolyer
Copy link
Author

jkolyer commented Apr 11, 2024 via email

@molove
Copy link

molove commented Apr 11, 2024

I only have GPT 3.5 too. It's sometimes working and sometimes not now for me

@steve8708
Copy link
Contributor

oh wow I thought GPT 4 was GA. you mean in openai dashboard/API you don't have access to any GPT 4 models?

@molove
Copy link

molove commented Apr 11, 2024

I just have a pay as you go account credited with a fixed amount rather than a subscription which limits me to GPT 3.5. I'm just a user who uses Linux as my main OS who occasionally need to tinker under the hood. I can't justify $20/month for something I rarely use

@steve8708
Copy link
Contributor

darn, I see. the problem we're finding is that GPT 3.5 has seemingly gotten worse with time at following (sometimes basic) instructions, which throws off our parsing logic.

I tried to address it previously but the lack of determinism around GPT 3.5 has been a challenge. GPT 4 handles this much better and more consistently

I would suggest in the short term, a PR to make modifications/improvements to the logic about parsing the command out of the response from GPT would be the best solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants