Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 2b82764

Browse files
✨ feat(README): Update formatting
Improve the formatting of the README file by making minor changes to the text. This includes fixing typos, adjusting spacing, and rephrasing sentences to improve clarity. The changes do not affect the content of the file, but make it easier to read and understand.
1 parent c16624a commit 2b82764

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ OpenAI API Key is mandatory to run hooks and has to be setup via an environment
4444

4545
1. Create your [API Key](https://platform.openai.com/account/api-keys), and get your Organization ID from [Organization settings](https://platform.openai.com/account/org-settings)
4646

47-
![OpenAI API Key](https://github.com/dariuszporowski/chatgpt-pre-commit-hooks/blob/main/assets/images/openai-platform-api-key.png)
47+
![OpenAI API Key](https://raw.githubusercontent.com/dariuszporowski/chatgpt-pre-commit-hooks/main/assets/images/openai-platform-api-key.png)
4848

49-
![OpenAI Organization ID](https://github.com/dariuszporowski/chatgpt-pre-commit-hooks/blob/main/assets/images/openai-platform-org-id.png)
49+
![OpenAI Organization ID](https://raw.githubusercontent.com/dariuszporowski/chatgpt-pre-commit-hooks/main/assets/images/openai-platform-org-id.png)
5050

5151
1. Store values as an environment variables:
5252
- `OPENAI_API_KEY` for API Key
@@ -67,9 +67,9 @@ OpenAI API Key is mandatory to run hooks and has to be setup via an environment
6767

6868
1. Go to [Azure Portal](https://portal.azure.com), and get `API Key`, `Endpoint` and `Model deployment name`
6969

70-
![Azure OpenAI API Key and Endpoint](https://github.com/dariuszporowski/chatgpt-pre-commit-hooks/blob/main/assets/images/azure-openai-service-key-endpoint.png)
70+
![Azure OpenAI API Key and Endpoint](https://raw.githubusercontent.com/dariuszporowski/chatgpt-pre-commit-hooks/main/assets/images/azure-openai-service-key-endpoint.png)
7171

72-
![Azure OpenAI Model](https://github.com/dariuszporowski/chatgpt-pre-commit-hooks/blob/main/assets/images/azure-openai-service-models.png)
72+
![Azure OpenAI Model](https://raw.githubusercontent.com/dariuszporowski/chatgpt-pre-commit-hooks/main/assets/images/azure-openai-service-models.png)
7373

7474
1. Store values as an environment variables:
7575
- `OPENAI_API_TYPE` put `azure` to specified OpenAI provider

0 commit comments

Comments
 (0)