|
|
|
|
|
by fprotthetarball
1045 days ago
|
|
Ollama is the best I have seen if you want to play around with LLMs. After installing the application and running it, you run "ollama run <model name>" and it handles everything and drops you into a chat with the LLM. There are no dependencies for you to manage -- just one application. Check out the README: https://github.com/jmorganca/ollama#readme |
|