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 c4257ef commit 96ab089Copy full SHA for 96ab089
pyproject.toml
@@ -29,6 +29,10 @@ dependencies = [
29
"uvicorn >=0.24.0",
30
]
31
32
+[project.urls]
33
+Homepage = "https://github.com/rupurt/llm-http-api"
34
+Issues = "https://github.com/rupurt/llm-http-api/issues"
35
+
36
[project.entry-points.llm]
37
llm_http_api = "llm_http_api"
38
0 commit comments