Skip to content

Commit

Permalink
Update README.md to include Ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasMarvin authored Jun 9, 2024
1 parent 5229f35 commit e88c920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ LSP-AI aims to fill this gap by providing a language server that integrates AI-p
- LSP-AI supports any editor that adheres to the Language Server Protocol (LSP), ensuring that a wide range of editors can leverage the AI capabilities provided by LSP-AI.

5. **Flexible LLM Backend Support**:
- Currently, LSP-AI supports llama.cpp, OpenAI-compatible APIs, Anthropic-compatible APIs and Mistral AI FIM-compatible APIs, giving developers the flexibility to choose their preferred backend. This list will soon grow.
- Currently, LSP-AI supports llama.cpp, Ollama, OpenAI-compatible APIs, Anthropic-compatible APIs and Mistral AI FIM-compatible APIs, giving developers the flexibility to choose their preferred backend. This list will soon grow.

6. **Future-Ready**:
- LSP-AI is committed to staying updated with the latest advancements in LLM-driven software development.
Expand Down

1 comment on commit e88c920

@maverickwhites
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the updated section in the README.md file to include Ollama:

5. **Flexible LLM Backend Support**:
    - Currently, LSP-AI supports llama.cpp, Ollama, OpenAI-compatible APIs, Anthropic-compatible APIs, and Mistral AI FIM-compatible APIs, giving developers the flexibility to choose their preferred backend. This list will soon grow.

Please sign in to comment.