We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50a80e commit 9e5c065Copy full SHA for 9e5c065
README.md
@@ -1,4 +1,4 @@
1
-
+
2
3
# HealthChain
4
pyproject.toml
@@ -1,11 +1,16 @@
[tool.poetry]
-name = "HealthChain"
+name = "healthchain"
version = "0.1.0"
description = "Remarkably simple LLM prototyping and testing in healthcare context."
5
authors = ["Adam Kells <[email protected]>", "Jennifer Jiang-Kells <[email protected]>"]
6
license = "MIT"
7
readme = "README.md"
8
9
+
10
+[project.urls]
11
+"Homepage" = "https://github.com/dotimplement/HealthChain"
12
+"Repository" = "https://github.com/dotimplement/HealthChain"
13
14
[tool.poetry.dependencies]
15
python = "^3.11"
16
mkdocs = "^1.5.3"
0 commit comments