ospfranco / sol

MacOS launcher & command palette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT on Sol?

p13rrs opened this issue · comments

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)

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.

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