Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlk committed Aug 14, 2023
1 parent a0a553c commit fe663fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ With those steps complete, Robin AI will automatically run every time a pull req
| `OPEN_AI_API_KEY` | Yes | N/A | An API key from Open AI's [developer portal](https://platform.openai.com/account/api-keys). |
| `gpt_model_name` | No | `gpt-3.5-turbo` | The name of the GPT model to use for text generation. |
| `github_api_url` | No | `https://api.github.com` | The URL for the Github API endpoint. (Only relevant to enterprise customers.) |
| `coding_principles` | No | readability, maintainability, single responsibility principle, DRY principle | The main coding principles to uphold. |
| `ignored_principles`| No | code comments, heredoc comments, unused imports | The coding principles to ignore. |
| `files_to_ignore` | No | (empty string) | A whitespace delimited list of files to ignore. |

## OPEN_AI_API_KEY
Expand Down

0 comments on commit fe663fa

Please sign in to comment.