-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
32 lines (32 loc) · 1.15 KB
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"template": "https://github.com/radix-ai/poetry-cookiecutter",
"commit": "64ab29926a713562adf14d8eba5e6c0df17e6265",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "llm-app-eval",
"package_description": "Evaluates LLM-based applications.",
"package_url": "https://github.com/StijnGoossens/llm-app-eval",
"author_name": "Stijn Goossens",
"author_email": "[email protected]",
"python_version": "3.9",
"docker_image": "python:$PYTHON_VERSION-slim",
"development_environment": "simple",
"with_conventional_commits": "1",
"with_fastapi_api": "0",
"with_jupyter_lab": "0",
"with_pydantic_typing": "0",
"with_sentry_logging": "0",
"with_streamlit_app": "1",
"with_typer_cli": "0",
"continuous_integration": "GitHub",
"docstring_style": "NumPy",
"private_package_repository_name": "",
"private_package_repository_url": "",
"__package_name_kebab_case": "llm-app-eval",
"__package_name_snake_case": "llm_app_eval",
"_template": "https://github.com/radix-ai/poetry-cookiecutter"
}
},
"directory": null
}