We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52de03 commit c7eee7dCopy full SHA for c7eee7d
1 file changed
src/create_context_graph/templates/base/dot_env.j2
@@ -7,7 +7,9 @@ NEO4J_USERNAME={{ neo4j_username }}
7
NEO4J_PASSWORD={{ neo4j_password }}
8
9
# LLM API Keys
10
-{% if anthropic_base_url %}ANTHROPIC_BASE_URL={{ anthropic_base_url }}{% endif %}
+ANTHROPIC_API_KEY={{ anthropic_api_key }}
11
+{% if anthropic_base_url %}ANTHROPIC_BASE_URL={{ anthropic_base_url }}
12
+{% endif %}
13
OPENAI_API_KEY={{ openai_api_key }}
14
GOOGLE_API_KEY={{ google_api_key }}
15
0 commit comments