mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-11 08:28:11 -05:00
Compare commits
1 Commits
doc
...
ci-go-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f2b1b50e9 |
@@ -34,7 +34,7 @@ func main() {
|
||||
ctx := context.Background()
|
||||
|
||||
// Create Toolbox Client
|
||||
toolboxClient, err := core.NewToolboxClient("http://127.0.0.1:5000")
|
||||
toolboxClient, err := core.NewToolboxClient("http://localhost:5000")
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to create Toolbox client: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user