We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be2b6e commit ee1f896Copy full SHA for ee1f896
docs/models.md
@@ -216,6 +216,15 @@ Only set this when your provider uses a different path or expects query paramete
216
217
=== "Azure OpenAI"
218
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
228
```javascript
229
{
230
"providers": {
0 commit comments