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

ChatGPT on Sol? #115

Open
p13rrs opened this issue Dec 8, 2023 · 2 comments
Open

ChatGPT on Sol? #115

p13rrs opened this issue Dec 8, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@p13rrs
Copy link

p13rrs commented Dec 8, 2023

Is possible to put ChatGPT on Sol? I'm not talking about a redirecting link on the website, but about the possibility of giving a question and receinving the answer directly on Sol. (for example, like on Raycast)

@ospfranco
Copy link
Owner

I dislike ChatGPT but I guess there is no point fighting the wave right now. However I have very little free time atm, so PRs are welcome.

@ospfranco ospfranco added the help wanted Extra attention is needed label Jan 11, 2024
@huzhenghui
Copy link

I use Ollama

set userInput to text returned of (display dialog "Please input your question:" default answer "")
set output to do shell script "/opt/homebrew/bin/ollama run llama2-uncensored:latest " & quoted form of userInput
display dialog output 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants