| 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/llm/conversation/convo_test.go b/llm/conversation/convo_test.go index 3fb1750..af8a904 100644 --- a/llm/conversation/convo_test.go +++ b/llm/conversation/convo_test.go
@@ -23,7 +23,7 @@ return nil }) - 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")) srv := &ant.Service{ APIKey: apiKey, HTTPC: rr.Client(),