han-kimm/LLM code reviewer
automatic code review by LLM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | — | yes | — |
| LLM_API_KEY | api key for calling LLM API. | yes | — |
| LLM_API_CHAT | model name to infer. | no | gpt-3.5-turbo |
| LLM_API_EMBEDDING | model name to embed. | no | text-embedding-3-large |
| PINECONE_API_KEY | api key for calling Pinecone API. | yes | — |
| PINECONE_INDEX_NAME | index name for Pinecone. | yes | — |
| PINECONE_NAMESPACE | namespace for Pinecone. | yes | — |
| exclude | exclude files from the diff analysis by Glob pattern | no | "" |
Outputs
no outputs