Skip to content

Commit

Permalink
add gemini mention in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalasani committed May 5, 2024
1 parent 78053c3 commit b81ec20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/non-openai-llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This may sound limiting, but fortunately:
- many open-source LLMs can be served via
OpenAI-compatible endpoints. See the [Local LLM Setup](https://langroid.github.io/langroid/tutorials/local-llm-setup/) guide for details.
- there are tools like [LiteLLM](https://github.com/BerriAI/litellm/tree/main/litellm)
that provide an OpenAI-like API for _hundreds_ of non-OpenAI LLM providers (e.g. Anthropic's Claude)
that provide an OpenAI-like API for _hundreds_ of non-OpenAI LLM providers
(e.g. Anthropic's Claude, Google's Gemini).

Below we show how you can use the LiteLLM library with Langroid.

Expand Down

0 comments on commit b81ec20

Please sign in to comment.