We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294abd8 commit 9385232Copy full SHA for 9385232
1 file changed
README.md
@@ -45,7 +45,7 @@ Fun Fact: Using an AI to write commits and other automations can reduce the risk
45
## Installation 🛠️
46
<a name="installation"></a>
47
### Environment Variables 🌍
48
-
+<a name="environment-variables"></a>
49
Before running AutoCommit, it's advisable to set a few environment variables 🔑:
50
51
- `OPENAI_URL`: Override openai api eg: azure openai (Optional; Default: openai url)
@@ -78,7 +78,7 @@ OPENAI_URL=your-openai-api-key-here OPENAI_MODEL=gpt-4 FINE_TUNE_PARAMS='{"tempe
78
```
79
80
### Complete Install 📦
81
+<a name="complete-install"></a>
82
For an end-to-end installation experience, execute 👇:
83
84
```bash
0 commit comments