File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ source "$HOME_DIR/src/ai.sh"
1212# #? Auto-reviews a Pull Request
1313# #?
1414# #? Usage:
15- # #? main.sh --github_token=<token> --ai_provider=<provider> --ai_api_key=<key> --ai_model=<model> --github_api_url=<url> --files_to_ignore=<files>
16- # #? main.sh --github_token=<token> --open_ai_api_key=<token> --gpt_model_name=<name> --github_api_url=<url> --files_to_ignore=<files> (legacy)
15+ # #? main.sh --github_token=<token> --ai_provider=<provider> --ai_api_key=<key> --ai_model=<model> --github_api_url=<url> --files_to_ignore=<files> --open_ai_api_key=<token> --gpt_model_name=<name>
1716main () {
1817 local github_token ai_provider ai_api_key ai_model github_api_url files_to_ignore
1918 local open_ai_api_key gpt_model_name # Legacy parameters
You can’t perform that action at this time.
0 commit comments