mirror of
https://github.com/getzep/graphiti.git
synced 2025-06-27 02:00:02 +00:00

* remove temporary debug logging * add anthropic api to .env.example * move anthropic int tests to llm_client dir to better match existing test structure * update `TestLLMClient` to `MockLLMClient` to eliminate pytest warning
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
OPENAI_API_KEY=
|
|
NEO4J_URI=
|
|
NEO4J_PORT=
|
|
NEO4J_USER=
|
|
NEO4J_PASSWORD=
|
|
DEFAULT_DATABASE=
|
|
USE_PARALLEL_RUNTIME=
|
|
SEMAPHORE_LIMIT=
|
|
GITHUB_SHA=
|
|
MAX_REFLEXION_ITERATIONS=
|
|
ANTHROPIC_API_KEY= |