Skip to content

Commit 564cd2e

Browse files
committed
docs: code snippet bash
1 parent 7f65fca commit 564cd2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/english/tutorial/ai-chatbot/ai-chatbot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Models from different AI providers are available if the corresponding environmen
6262

6363
To interact with Anthropic models, navigate to your Anthropic account dashboard to [create an API key](https://console.anthropic.com/settings/keys), then export the key as follows:
6464

65-
```zsh
65+
```bash
6666
export ANTHROPIC_API_KEY=<your-api-key>
6767
```
6868

@@ -72,7 +72,7 @@ To use Google Cloud Vertex AI, [follow this quick start](https://cloud.google.co
7272

7373
Once your project and credentials are configured, export environment variables to select from Gemini models:
7474

75-
```zsh
75+
```bash
7676
export VERTEX_AI_PROJECT_ID=<your-project-id>
7777
export VERTEX_AI_LOCATION=<location-to-deploy-model>
7878
```
@@ -83,7 +83,7 @@ The project location can be located under the **Region** on the [Vertex AI](http
8383

8484
Unlock the OpenAI models from your OpenAI account dashboard by clicking [create a new secret key](https://platform.openai.com/api-keys), then export the key like so:
8585

86-
```zsh
86+
```bash
8787
export OPENAI_API_KEY=<your-api-key>
8888
```
8989

0 commit comments

Comments
 (0)