* 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
No EOL
180 B
Text
11 lines
No EOL
180 B
Text
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= |