mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-03 11:24:45 +00:00
Fix typo and broken link for Gemini in directory
Refs #389 !stable-docs
This commit is contained in:
parent
7ec958c080
commit
bf082cbf11
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ These plugins all help you run LLMs directly on your own computer:
|
|||
These plugins can be used to interact with remotely hosted models via their API:
|
||||
|
||||
- **[llm-mistral](https://github.com/simonw/llm-mistral)** adds support for [Mistral AI](https://mistral.ai/)'s language and embedding models.
|
||||
- **[llm-gemini](https://github.com/simonw/llm-gemini)** adds support for Google's [Gemina]([https://developers.generativeai.google/](https://ai.google.dev/docs)) models.
|
||||
- **[llm-gemini](https://github.com/simonw/llm-gemini)** adds support for Google's [Gemini](https://ai.google.dev/docs) models.
|
||||
- **[llm-claude](https://github.com/tomviner/llm-claude)** by Tom Viner adds support for Claude and Claude Instant by Anthropic.
|
||||
- **[llm-anyscale-endpoints](https://github.com/simonw/llm-anyscale-endpoints)** supports models hosted on the [Anyscale Endpoints](https://app.endpoints.anyscale.com/) platform, including Llama 2 70B.
|
||||
- **[llm-replicate](https://github.com/simonw/llm-replicate)** adds support for remote models hosted on [Replicate](https://replicate.com/), including Llama 2 from Meta AI.
|
||||
|
|
|
|||
Loading…
Reference in a new issue