| commit | 3659d8714d31bad050d36043b67efd76a8d53b77 | [log] [tgz] |
|---|---|---|
| author | David Crawshaw <david@zentus.com> | Mon May 05 17:52:23 2025 -0700 |
| committer | David Crawshaw <david@zentus.com> | Mon May 05 17:52:27 2025 -0700 |
| tree | 2803c54c63628e397e63bdbbe4fa2647a4d5f556 | |
| parent | 021557a7d33dacd4fedb9a4677fc93c48569d57a [diff] |
all: more gemini key plumbing
diff --git a/loop/agent_test.go b/loop/agent_test.go index 56708e3..918088d 100644 --- a/loop/agent_test.go +++ b/loop/agent_test.go
@@ -66,7 +66,7 @@ t.Fatal(err) } - apiKey := cmp.Or(os.Getenv("OUTER_SKETCH_ANTHROPIC_API_KEY"), os.Getenv("ANTHROPIC_API_KEY")) + apiKey := cmp.Or(os.Getenv("OUTER_SKETCH_MODEL_API_KEY"), os.Getenv("ANTHROPIC_API_KEY")) cfg := AgentConfig{ Context: ctx, Service: &ant.Service{