github TheR1D/shell_gpt 1.3.0

latest releases: 1.4.3, 1.4.0, 1.3.1...
4 months ago

What's Changed

  • Ollama and other LLM backends.
  • Markdown formatting now depends on role description.
  • Code refactoring and optimisation.

Multiple LLM backends

ShellGPT now can work with multiple Backends using LiteLLM. You can use locally hosted open source models which are available for free. To use local models, you will need to run your own LLM backend server such as Ollama. To setup ShellGPT with Ollama, please follow this comprehensive guide. Full list of supported models and providers here. Note that ShellGPT is not optimized for local models and may not work as expected❗️

Markdown formatting

Markdown formatting now depends on the role description. For instance, if the role includes "APPLY MARKDOWN" in its description, the output for this role will be Markdown-formatted. This applies to both default and custom roles. If you would like to disable Markdown formatting, edit the default role description in ~/.config/shell_gpt/roles.

Full Changelog: 1.2.0...1.3.0

Don't miss a new shell_gpt release

NewReleases is sending notifications on new releases.