Compare commits

...

4 Commits

Author SHA1 Message Date
akangsha7
2762538f4f Update local_quickstart_go.md 2026-02-13 12:44:20 -08:00
akangsha7
c5a5aca45f Update local_quickstart_go.md 2026-02-13 12:40:19 -08:00
akangsha7
c2da11146e Update local_quickstart_go.md 2026-02-13 08:54:25 -08:00
akangsha7
686eb644b3 Add instructions to setup API key 2026-02-04 11:59:36 -08:00

View File

@@ -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" >}}
@@ -74,7 +77,11 @@ from Toolbox.
{{< /tab >}}
{{< tab header="ADK Go" lang="go" >}}
{{< tab header="ADK 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 GEMINI_API_KEY="YOUR_ACTUAL_GEMINI_API_KEY"
```
{{< include "quickstart/go/adkgo/quickstart.go" >}}