Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielpatrickhug/GitModel
/ AnalyzeRepoInput
Class
AnalyzeRepoInput
main.py:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
class
AnalyzeRepoInput(BaseModel):
22
config: str
23
repo: str
24
repo_name: str
25
openai_secret: str
26
27
28
@app.post(
"/api/topic-modeling"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected