Skip to content

Instantly share code, notes, and snippets.

View jba's full-sized avatar

Jonathan Amsterdam jba

View GitHub Profile
@jba
jba / addheader.go
Last active February 9, 2024 17:23
add custom headers to a GCP client
package main
import (
"context"
"fmt"
"log"
"net/http"
"os"
"cloud.google.com/go/vertexai/genai"