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

zsh "no matches found" when ? part of question #55

Closed
aidan-gibson opened this issue Jan 8, 2023 · 1 comment
Closed

zsh "no matches found" when ? part of question #55

aidan-gibson opened this issue Jan 8, 2023 · 1 comment

Comments

@aidan-gibson
Copy link

When running from zsh shell, chatgpt will not run if a question mark is part of the query.

chatgpt what is six times six?
zsh: no matches found: six?

My temp fix is setting alias chatgpt="noglob chatgpt" in my zshrc.

@mmabrouk
Copy link
Collaborator

Thanks for the issue and your solution!

Another solution is using it with escape character:

chatgpt "what is six time six?"
Six times six is 36.

chatgpt what is six time six?
Six times six is 36.

I don't see a solution for the problem from the code itself

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

2 participants