Azure-Samples / Azure-Samples/ai-model-start
TypeScript version
Open
- Dominant language
- Bicep
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Can the env name and the intent align? Right now it doesn't make sense.
Why does the first example use the second deployment name
```
// --- Example 1: OpenAI model (gpt-4.1-mini) ---
const openaiModel = process.env.AZURE_MODEL_2_DEPLOYMENT_NAME ?? "gpt-4.1-mini";
```
Why does the second example use the first deployment name
```
// --- Example 2: Non-OpenAI model (DeepSeek-R1-0528) ---
const deepseekModel = process.env.AZURE_MODEL_DEPLOYMENT_NAME ?? "DeepSeek-R1-0528";
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.