Skip to content

Commit c7eee7d

Browse files
author
tomd
committed
typo
1 parent a52de03 commit c7eee7d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/create_context_graph/templates/base/dot_env.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ NEO4J_USERNAME={{ neo4j_username }}
77
NEO4J_PASSWORD={{ neo4j_password }}
88

99
# LLM API Keys
10-
{% if anthropic_base_url %}ANTHROPIC_BASE_URL={{ anthropic_base_url }}{% endif %}
10+
ANTHROPIC_API_KEY={{ anthropic_api_key }}
11+
{% if anthropic_base_url %}ANTHROPIC_BASE_URL={{ anthropic_base_url }}
12+
{% endif %}
1113
OPENAI_API_KEY={{ openai_api_key }}
1214
GOOGLE_API_KEY={{ google_api_key }}
1315

0 commit comments

Comments
 (0)