Skip to content

Commit

Permalink
feat: Gemini via Vertex API extended description
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fahlandt <mfahlandt@pixel-haufen.de>
  • Loading branch information
mfahlandt committed Mar 18, 2024
1 parent 56e872d commit c4af680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/providers/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Backend (also called Provider) is a service that provides access to the AI language model. There are many different backends available for K8sGPT. Each backend has its own strengths and weaknesses, so it is important to choose the one that is right for your needs.

Currently, we have a total of 9 backends available:
Currently, we have a total of 10 backends available:

- [OpenAI](https://openai.com/)
- [Cohere](https://cohere.com/)
Expand Down Expand Up @@ -125,7 +125,7 @@ Google [Gemini](https://blog.google/technology/ai/google-gemini-ai/#performance)
- To use [Google Vertex AI](https://cloud.google.com/vertex-ai?#build-with-gemini) you need to be authorized via [Google Cloud SDK](https://cloud.google.com/sdk/install).
The [Vertex AI API](https://console.cloud.google.com/apis/library/vertex-ai.googleapis.com) needs to be enabled.

> Note: Vertex AI Gemini API is currently available in these [regions](https://cloud.google.com/vertex-ai/docs/generative-ai/model-reference/gemini?hl=de#http_request)
> Note: Vertex AI Gemini API is currently available in these [regions](https://cloud.google.com/vertex-ai/docs/generative-ai/model-reference/gemini?hl=de#http_request), verify if those are working for your environment
- Open a terminal or command prompt and run the following command to authenticate using your Google Cloud credentials:
```bash
Expand Down

0 comments on commit c4af680

Please sign in to comment.