Skip to content

Commit ee1f896

Browse files
committed
docs
1 parent 7be2b6e commit ee1f896

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/models.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,15 @@ Only set this when your provider uses a different path or expects query paramete
216216

217217
=== "Azure OpenAI"
218218

219+
1. Login via the chat command `/login`.
220+
2. Type 'azure' and send it.
221+
3. Specify your API key.
222+
4. Specify your API url with your resource, ex: 'https://your-resource-name.openai.azure.com'.
223+
5. Inform at least a model, ex: `gpt-5`
224+
6. Done, it should be saved to your global config.
225+
226+
or manually via config:
227+
219228
```javascript
220229
{
221230
"providers": {

0 commit comments

Comments
 (0)