ospfranco / sol

MacOS launcher & command palette
MIT License
1.92k stars 87 forks source link

ChatGPT on Sol? #115

Closed p13rrs closed 6 days ago

p13rrs commented 6 months ago

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 commented 5 months ago

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.

huzhenghui commented 5 months ago

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 
ospfranco commented 6 days ago

ChatGPT now released their macOS app to the public, it's a far better experience than trying to cram this into Sol or Raycast.

Going to close this :)