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

Commit f5965a2

Browse files
✨ feat(README): Update formatting
Improve the formatting of the README file by making two insertions and two deletions. This will make the file easier to read and understand for users.
1 parent 2a7ad34 commit f5965a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ OpenAI API Key is mandatory to run hooks and has to be setup via an environment
7676
- `OPENAI_API_TYPE` put `azure` to specified OpenAI provider
7777
- `OPENAI_API_KEY` for API Key
7878
- `OPENAI_API_BASE` for Endpoint
79-
- `OPENAI_MODEL_NAME` for Model deployment name
79+
- `OPENAI_MODEL` for Model deployment name
8080

8181
Example:
8282

8383
```shell
8484
export OPENAI_API_TYPE="azure"
8585
export OPENAI_API_KEY="sk-xxxxxx"
8686
export OPENAI_API_BASE="https://xxxxxx.openai.azure.com/"
87-
export OPENAI_MODEL_NAME="xxxxx-gpt-35-turbo"
87+
export OPENAI_MODEL="xxxxx-gpt-35-turbo"
8888
```
8989

9090
> 💡 **HINT**

0 commit comments

Comments
 (0)