[Linux] Run with local ollama #467
-
I was following a wiki: https://github.com/TheR1D/shell_gpt/wiki/Ollama But could get it to work with shell_gpt, works fine with Running
I tried changing I also saw: #336 (comment) Tried:
Same "Missing config key: OPENAI_API_KEY" error |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @omnigenous make sure you have |
Beta Was this translation helpful? Give feedback.
-
Installing And like @TheR1D said in #467 (comment), don't forget to set Remember to run local ollama |
Beta Was this translation helpful? Give feedback.
-
Seems like new issue arised: #503 |
Beta Was this translation helpful? Give feedback.
Installing
shell-gpt
version1.3.0-1
from aur worked.And like @TheR1D said in #467 (comment), don't forget to set
OPENAI_API_KEY
to any value likefalse
in~/.config/shell_gpt/.sgptrc
Remember to run local ollama
ollama serve
in background ;)