diff --git a/docs/en/getting-started/local_quickstart_go.md b/docs/en/getting-started/local_quickstart_go.md index b5d34bf1cc..b4d53caad7 100644 --- a/docs/en/getting-started/local_quickstart_go.md +++ b/docs/en/getting-started/local_quickstart_go.md @@ -50,7 +50,10 @@ from Toolbox. an agent: {{< tabpane persist=header >}} -{{< tab header="LangChain Go" lang="go" >}} +{{< tab header="LangChain Go" lang="go" >}} Set your API key (If you don't have an API key yet, you can get one from [Google AI Studio](https://aistudio.google.com/app/apikey).) + ```bash + export GOOGLE_API_KEY="YOUR_ACTUAL_GEMINI_API_KEY" + ``` {{< include "quickstart/go/langchain/quickstart.go" >}}