Skip to content

Commit

Permalink
docs: resolve rendering issue with code block in getting started docs (
Browse files Browse the repository at this point in the history
…#754)

[fix] - resolve issue with code block rendering
  • Loading branch information
schneedotdev authored Apr 18, 2024
1 parent 54ded0d commit 3a36972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting-started/guide-openai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Dive right into executing your first program utilizing LangChainGo in tandem wit
## Steps

1. **Set up your OpenAI API Key**: Before interacting with the OpenAI API, ensure that you've set up your API key. Typically, this is done by setting an environment variable. In your terminal, run the command:
```shell
export OPENAI_API_KEY=your_openai_api_key_here
```shell
export OPENAI_API_KEY=your_openai_api_key_here
```

2. Run the Example: Execute the following command:
Expand Down

0 comments on commit 3a36972

Please sign in to comment.